|
|
@ -426,7 +426,7 @@ export default { |
|
|
|
}, |
|
|
|
components: { personListItem }, |
|
|
|
async created () { |
|
|
|
this.startLoading() |
|
|
|
// this.startLoading() |
|
|
|
await this.loadPersonGroup() |
|
|
|
await this.loadHouseItem() |
|
|
|
await this.loadStaticItem() |
|
|
@ -498,12 +498,13 @@ export default { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
this.endLoading() |
|
|
|
// this.endLoading() |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
getRule () { |
|
|
|
this.okflag = false |
|
|
|
|
|
|
|
let messageObj = this.validateRule() |
|
|
|
|
|
|
|
// console.log('resiRuleList', this.resiRuleList) |
|
|
@ -612,6 +613,10 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
handlePreview () { |
|
|
|
this.getRule() |
|
|
|
if (!this.okflag) { |
|
|
|
return false |
|
|
|
} |
|
|
|
this.ruleList = {} |
|
|
|
this.ruleList = { |
|
|
|
resiRuleList: [], |
|
|
|