fix : 移除输出log

This commit is contained in:
2024-06-21 13:02:55 +08:00
parent ddc305297f
commit 9b758d41d0
30 changed files with 45 additions and 70 deletions

View File

@@ -55,7 +55,7 @@ export const getUserDetail = (userId) => {
// 操作
export const operate = (data, type) => {
console.log(type ,'type');
// console.log(type ,'type');
if(data.userId && type !== '0') return editUser(data)
else if(type == '0') return editUserOA(data)
return addUser(data)