Hwt 2 лет назад
Родитель
Сommit
1ab5fd49fb

+ 3 - 1
operationSupport/src/views/newWorkBench/components/pendingComplaints.vue

@@ -77,6 +77,7 @@ export default {
         .catch((err) => { });
     },
     toPage (row) {
+      debugger
       new Promise((resolve) => {
         this.$store.dispatch('addPopup', {
           url: '/propertyManagement/stepPage/indexEdit.vue',
@@ -86,6 +87,7 @@ export default {
             row,
             callback: resolve
           },
+
           showResetButton: row.handleStatus == 1 || row.handleStatus == 3 ? true : false,
           showConfirmButton: row.handleStatus == 1 || row.handleStatus == 3 ? false : true,
           showCancelButton: row.handleStatus == 1 || row.handleStatus == 3 ? true : false,
@@ -93,7 +95,7 @@ export default {
           title: '投诉建议'
         });
       }).then(() => {
-        this.mixins_search();
+        this.getData();
       });
     }
   }

+ 0 - 1
operationSupport/src/views/propertyManagement/stepPage/indexEdit.vue

@@ -211,7 +211,6 @@ export default {
     };
   },
   created () {
-
     this.clickEdit(this.params.row);
   },
   mounted () { },