From fb0a822a87007bc9d87d230b65c6adc2d684aaaf Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 15 Jul 2021 09:09:25 +0800
Subject: [PATCH] 许可备案系统

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

diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index ef89a92..1e58540 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -53,7 +53,7 @@
 </template>
 
 <script>
-import {getList, getDetail, remove,removenw} from "@/api/resource/attach";
+import {getList, getDetail, remove,removenws} from "@/api/resource/attach";
 import {mapGetters} from "vuex";
 
 export default {
@@ -258,6 +258,9 @@
           return remove(row.id);
         })
         .then(() => {
+          return removenws(row.id);
+        })
+        .then(() => {
           this.onLoad(this.page);
           this.$message({
             type: "success",

--
Gitblit v1.9.3