mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
Merge branch 'zcwy-zsx0223' into dev0223
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user