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",