网格管理禅道bug

This commit is contained in:
liuye
2022-02-15 16:20:44 +08:00
parent d7dc29ce07
commit 479aa568da
3 changed files with 5 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 700 B

After

Width:  |  Height:  |  Size: 700 B

View File

@@ -36,7 +36,7 @@
</div>
<div v-if="form.girdMemberList && form.girdMemberList.length">
<div class="info-flex" v-for="(item, index) in form.girdMemberList" :key="index">
<span class="label">网格管理</span>
<span class="label">网格员</span>
<span class="value">
<AiOpenData v-if="item.name" type="userName" :openid="item.name" />
<!-- &nbsp;&nbsp;{{ item.phone }}

View File

@@ -49,7 +49,10 @@ export default {
props: ['params'],
onShow() {
document.title = '网格管理'
this.getGirdUserList()
uni.$on('updateList', () => {
this.current = 1
this.getGirdUserList()
})
},
mounted() {
this.userGird = this.params