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