刪除清單管理隱患排查清單

pull/1/head
chenxinying 2024-02-03 17:04:07 +08:00
parent fe685942cf
commit 3097645a25
1 changed files with 2 additions and 2 deletions

View File

@ -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("恢复成功");