机构管理 批量配置岗位bug 51814
This commit is contained in:
@@ -531,12 +531,16 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
selectEdit() {
|
selectEdit() {
|
||||||
|
if(this.manageData.length){
|
||||||
this.userId = []
|
this.userId = []
|
||||||
this.manageData.forEach(item=>{
|
this.manageData.forEach(item=>{
|
||||||
this.userId.push(item.userId)
|
this.userId.push(item.userId)
|
||||||
})
|
})
|
||||||
this.drawerTitle = '批量配置岗位'
|
this.drawerTitle = '批量配置岗位'
|
||||||
this.modalPost = true
|
this.modalPost = true
|
||||||
|
}else{
|
||||||
|
this.$message.warning('请选择需要批量配置岗位的角色')
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user