forked from integrated_whb/integrated_whb_vue
刪除清單管理隱患排查清單
parent
fe685942cf
commit
3097645a25
|
@ -235,9 +235,9 @@ const fnRecovery = debounce(
|
|||
async (ID) => {
|
||||
await ElMessageBox.confirm("确定要恢复吗?", { type: "warning" });
|
||||
if (tabName.name === "risk") {
|
||||
await setDeleteInventoryManagementRecovery({ ID });
|
||||
await setDeleteInventoryManagementRecovery({ LISTMANAGER_ID: ID });
|
||||
} else {
|
||||
await setDeleteCustomRecovery({ ID });
|
||||
await setDeleteCustomRecovery({ CUSTOM_ID: ID });
|
||||
}
|
||||
|
||||
ElMessage.success("恢复成功");
|
||||
|
|
Loading…
Reference in New Issue