群标签
This commit is contained in:
@@ -54,9 +54,13 @@
|
|||||||
...mapState(['user']),
|
...mapState(['user']),
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.deptList = [{name: '', id: this.user.wxMainDepartmentId}]
|
this.$http.post(`/app/wxcp/wxdepartment/queryDetailById?id=${this.user.wxMainDepartmentId}`).then(res=> {
|
||||||
this.getList()
|
if(res?.data) {
|
||||||
this.getTotal()
|
this.deptList = [{name: res.data.name, id: this.user.wxMainDepartmentId}]
|
||||||
|
this.getList()
|
||||||
|
this.getTotal()
|
||||||
|
}
|
||||||
|
})
|
||||||
uni.$on('updateGroup', () => {
|
uni.$on('updateGroup', () => {
|
||||||
this.getList()
|
this.getList()
|
||||||
this.getTotal()
|
this.getTotal()
|
||||||
|
|||||||
Reference in New Issue
Block a user