网格管理禅道bug
This commit is contained in:
|
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 700 B |
@@ -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" />
|
||||
<!-- {{ item.phone }}
|
||||
|
||||
@@ -49,7 +49,10 @@ export default {
|
||||
props: ['params'],
|
||||
onShow() {
|
||||
document.title = '网格管理'
|
||||
uni.$on('updateList', () => {
|
||||
this.current = 1
|
||||
this.getGirdUserList()
|
||||
})
|
||||
},
|
||||
mounted() {
|
||||
this.userGird = this.params
|
||||
|
||||
Reference in New Issue
Block a user