网格管理禅道bug
This commit is contained in:
|
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 700 B |
@@ -36,7 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="form.girdMemberList && form.girdMemberList.length">
|
<div v-if="form.girdMemberList && form.girdMemberList.length">
|
||||||
<div class="info-flex" v-for="(item, index) in form.girdMemberList" :key="index">
|
<div class="info-flex" v-for="(item, index) in form.girdMemberList" :key="index">
|
||||||
<span class="label">网格管理员</span>
|
<span class="label">网格员</span>
|
||||||
<span class="value">
|
<span class="value">
|
||||||
<AiOpenData v-if="item.name" type="userName" :openid="item.name" />
|
<AiOpenData v-if="item.name" type="userName" :openid="item.name" />
|
||||||
<!-- {{ item.phone }}
|
<!-- {{ item.phone }}
|
||||||
|
|||||||
@@ -49,7 +49,10 @@ export default {
|
|||||||
props: ['params'],
|
props: ['params'],
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '网格管理'
|
document.title = '网格管理'
|
||||||
this.getGirdUserList()
|
uni.$on('updateList', () => {
|
||||||
|
this.current = 1
|
||||||
|
this.getGirdUserList()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.userGird = this.params
|
this.userGird = this.params
|
||||||
|
|||||||
Reference in New Issue
Block a user