From 2a0832dc0aedfef9b7cf38329eb75f390331e7ff Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 08 May 2024 17:30:42 +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