Browse Source

修复居民智能搜索规则无法回显的问题

V1.0
duanliangtao 3 years ago
parent
commit
d1863f75ad
  1. 8
      src/views/modules/shequ/chaxun.vue

8
src/views/modules/shequ/chaxun.vue

@ -539,9 +539,9 @@ export default {
this.searchFangwu.total = 0;
this.getSearchFangwu();
}
if (this.smatrFlag && this.childrenRulesData.length === 0) {
this.getRulesList();
}
// if (this.smatrFlag && this.childrenRulesData.length === 0) {
// this.getRulesList();
// }
this.searchStatus = "ing";
},
async getRulesList() {
@ -629,6 +629,7 @@ export default {
} else {
this.$message.error(msg);
}
this.getRulesList();
},
async getSearchFangwu() {
@ -676,6 +677,7 @@ export default {
: [];
} else {
}
this.getRulesList();
},
handelClickTab(type) {
console.log(type);

Loading…
Cancel
Save