|
@ -464,8 +464,11 @@ export default { |
|
|
}, 500); |
|
|
}, 500); |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.resiRuleList = resiRuleList |
|
|
this.resiRuleList = resiRuleList |
|
|
if (this.resiRuleList && this.resiRuleList.length > 0) { |
|
|
if (this.resiRuleList && this.resiRuleList.length > 0) { |
|
|
|
|
|
this.personChecked = true |
|
|
for (let i = 0; i < this.resiRuleList.length; i++) { |
|
|
for (let i = 0; i < this.resiRuleList.length; i++) { |
|
|
let element = this.resiRuleList[i] |
|
|
let element = this.resiRuleList[i] |
|
|
|
|
|
|
|
@ -490,6 +493,7 @@ export default { |
|
|
|
|
|
|
|
|
this.houseRuleList = houseRuleList |
|
|
this.houseRuleList = houseRuleList |
|
|
if (this.houseRuleList && this.houseRuleList.length > 0) { |
|
|
if (this.houseRuleList && this.houseRuleList.length > 0) { |
|
|
|
|
|
this.houseChecked = true |
|
|
this.houseRuleList.forEach((element, index) => { |
|
|
this.houseRuleList.forEach((element, index) => { |
|
|
|
|
|
|
|
|
let selHouseItem = this.houseItemList.filter((item) => |
|
|
let selHouseItem = this.houseItemList.filter((item) => |
|
@ -504,6 +508,7 @@ export default { |
|
|
} |
|
|
} |
|
|
this.statRuleList = statRuleList |
|
|
this.statRuleList = statRuleList |
|
|
if (this.statRuleList && this.statRuleList.length > 0) { |
|
|
if (this.statRuleList && this.statRuleList.length > 0) { |
|
|
|
|
|
this.staticChecked = true |
|
|
this.statRuleList.forEach((element, index) => { |
|
|
this.statRuleList.forEach((element, index) => { |
|
|
|
|
|
|
|
|
let selStaticItem = this.staticItemList.filter((item) => |
|
|
let selStaticItem = this.staticItemList.filter((item) => |
|
|