From 28081c9a1ed3b2b91a530547e502ea425fe1ab35 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 28 Jul 2021 14:52:24 +0800
Subject: [PATCH] 删除加参数

---
 src/views/securityUnit/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/securityUnit/index.vue b/src/views/securityUnit/index.vue
index 1f876e5..2c5701a 100644
--- a/src/views/securityUnit/index.vue
+++ b/src/views/securityUnit/index.vue
@@ -332,7 +332,7 @@
       })
         .then(() => {
           console.log(row);
-          return remove(row.creditcode);
+          return remove(row.creditcode, row.departmentid);
         })
         .then(() => {
           this.onLoad(this.page);
@@ -356,8 +356,8 @@
         type: "warning",
       })
         .then(() => {
-          // console.log(this.ids);
-          return remove(this.ids);
+          console.log(this.ids);
+          // return remove(this.ids);
         })
         .then(() => {
           this.onLoad(this.page);

--
Gitblit v1.9.3