Merge branch 'zcwy-zsx0223' into dev0223

This commit is contained in:
zhangsir
2024-04-18 14:01:36 +08:00

View File

@@ -1286,11 +1286,11 @@ import {downLoadZip} from "@/utils/zipdownload";
await updateStatus({status:1,id:record.id}).then((res)=>{
if(res.code === 200){
message.success('禁用成功')
getByUserIds(record.workNum)
saveListItem()
listData()
}
})
getByUserIds(record.workNum)
}
const textDelete = (record) => {
dialog({
@@ -1299,11 +1299,11 @@ import {downLoadZip} from "@/utils/zipdownload";
deleteId({id:record.id}).then((res)=>{
if(res.code === 200){
message.success('删除成功')
getByUserIds(record.workNum)
saveListItem()
listData()
}
})
getByUserIds(record.workNum)
}
})
}
@@ -1756,11 +1756,11 @@ import {downLoadZip} from "@/utils/zipdownload";
await updateStatus({status:0,id:record.id}).then((res)=>{
if(res.code === 200){
message.success('启用成功')
getByUserIds(record.workNum)
listData()
saveListItem()
}
})
getByUserIds(record.workNum)
}
const textEnableAdd = async (record) => {
record.statusList = 0