From f12c45e54d27f27886d8bc9ee96624979fa7de2e Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期一, 22 八月 2022 18:39:25 +0800 Subject: [PATCH] Xiugai --- src/views/specialWorkSystem/workFlow/approveRule/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/specialWorkSystem/workFlow/approveRule/index.vue b/src/views/specialWorkSystem/workFlow/approveRule/index.vue index 76ee2de..831170a 100644 --- a/src/views/specialWorkSystem/workFlow/approveRule/index.vue +++ b/src/views/specialWorkSystem/workFlow/approveRule/index.vue @@ -248,7 +248,6 @@ type: 'warning' }) .then(async () => { - debugger; let res = await approveRuleApi().deleteApproveRule(state.deleteList); if (res.data.code === '200') { ElMessage({ @@ -281,7 +280,6 @@ }; const handleSelectionChange = (val: Array<deleteType>) => { - debugger; state.deleteList.ids = val.map((item) => { return item.ruleId; }) as []; -- Gitblit v1.9.2