From 4ae388897a405e94946e776b3eed9a75b2f35490 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Wed, 14 Jul 2021 16:21:29 +0800
Subject: [PATCH] 许可备案系统

---
 src/views/resource/attach.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index 1aa0b44..ef89a92 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -215,7 +215,6 @@
     var deptid = this.$route.query.deptid;
     var type = this.$route.query.type;
     this.attachOption.column[0].action += deptid + "&type=" + type
-    this.attachOption.column[1].action += deptid + "&type=" + type
   },
   computed: {
     ...mapGetters(["permission"]),
@@ -278,7 +277,6 @@
       })
         .then(() => {
           return remove(this.ids);
-          return removenw(row.id);
         })
         .then(() => {
           this.onLoad(this.page);

--
Gitblit v1.9.3