jiangyy 3 years ago
parent
commit
4f3999ddb4
  1. 2
      src/views/modules/communityService/policy/personList.vue
  2. 9
      src/views/modules/communityService/policy/rule.vue

2
src/views/modules/communityService/policy/personList.vue

@ -1,5 +1,5 @@
<template>
<div class="div_main">
<div class="dialog-h-content scroll-h div_main">
<div v-for="(item,index) in ruleList"
:key="index">
<div class="div_name">{{'政策细则'+(index+1)}}{{item.ruleName}}</div>

9
src/views/modules/communityService/policy/rule.vue

@ -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: [],

Loading…
Cancel
Save