From f2c421c6bfc8c46e3c00629b0ad4ea9afff65b43 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sun, 25 Jun 2023 17:45:28 +0800
Subject: [PATCH] 晋城保安
---
src/views/resource/attach.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index 7dfbf4d..1e58540 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -53,7 +53,7 @@
</template>
<script>
-import {getList, getDetail, remove} from "@/api/resource/attach";
+import {getList, getDetail, remove,removenws} from "@/api/resource/attach";
import {mapGetters} from "vuex";
export default {
@@ -192,7 +192,7 @@
res: 'data'
},
action: "/api/blade-resource/oss/endpoint/put-file-attach?deptid="
- }
+ },
]
}
};
@@ -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