|
@@ -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();
|
|
|
});
|
|
|
}
|
|
|
}
|