Browse Source

退回记录

licailing 5 years ago
parent
commit
7eeddcd371

+ 1 - 1
src/main/vue/src/views/rate/RateDistrictList.vue

@@ -568,7 +568,7 @@ export default {
                     id: this.form.id,
                     status: 'FIRST_REVIEW_DENY',
                     score: 0,
-                    remark: '区文旅局退回意见' + this.reason
+                    remark: '区文旅局退回意见' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);

+ 1 - 1
src/main/vue/src/views/rate/RateDistrictListDone.vue

@@ -595,7 +595,7 @@ export default {
                     id: this.form.id,
                     status: 'FIRST_REVIEW_DENY',
                     score: 0,
-                    remark: '区文旅局退回意见' + this.reason
+                    remark: '区文旅局退回意见' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);

+ 1 - 1
src/main/vue/src/views/rate/RateDistrictListPending.vue

@@ -564,7 +564,7 @@ export default {
                     id: this.form.id,
                     status: 'FIRST_REVIEW_DENY',
                     score: 0,
-                    remark: '区文旅局退回意见' + this.reason
+                    remark: '区文旅局退回意见' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);