licailing 5 лет назад
Родитель
Сommit
257c674f9b

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

@@ -575,7 +575,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

@@ -594,7 +594,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

@@ -570,7 +570,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/RateListRejected.vue

@@ -258,7 +258,7 @@ export default {
         beforeGetData() {
             let data = {
                 query: {
-                    submit: true,
+                    // submit: true,
                     isRejected: true
                 }
             };