Commit 685faa8c by zhangleyuan

Merge branch 'feature/zhangleyuan/20210719/personnel-organization' into dev

parents ba41dafa 84337045
......@@ -213,11 +213,11 @@ function DepartMentTabCon(props) {
storeId:User.getStoreId()
}
console.log('selectDep',selectDep)
// if(selectDep.id==='100'){
// params.userType='WE_CHAT';
// }else{
// params.userType='WORK_WE_CHAT';
// }
if(selectDep.depId==='10000'){
params.userType='WE_CHAT';
}else{
params.userType='WORK_WE_CHAT';
}
StoreService.delDepartmentUser(params).then((res) => {
message.success(`删除成功`);
getUserList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment