Commit 84337045 by zhangleyuan

feat:增加删除的类型

parent d64b065c
......@@ -212,11 +212,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