wxMainDepartmentId
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
<div class="select-dept">
|
||||
<AiPagePicker type="dept" :selected.sync="deptList" single nodeKey="id" @select="getListInit" isRequire="1" isAuth>
|
||||
<span class="label">{{deptList[0].name}}</span>
|
||||
<span class="label">{{deptList[0].name || '请选择'}}</span>
|
||||
<u-icon name="arrow-down" color="#999" size="28" style="margin-left:4px;"/>
|
||||
</AiPagePicker>
|
||||
</div>
|
||||
@@ -54,7 +54,7 @@
|
||||
...mapState(['user']),
|
||||
},
|
||||
onLoad() {
|
||||
this.deptList = [{name: this.user.departName, id: this.user.departId}]
|
||||
this.deptList = [{name: '', id: this.user.wxMainDepartmentId}]
|
||||
this.getList()
|
||||
this.getTotal()
|
||||
uni.$on('updateGroup', () => {
|
||||
|
||||
Reference in New Issue
Block a user