From 1221dea2404bd08057d87089b93583cecf60c6f9 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 23 Aug 2022 16:30:42 +0800
Subject: [PATCH] Default Changelist
---
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