保安服务单位许可和备案申请系统
Administrator
2022-04-11 3a82aab402e8cdee192ab47405f2a01973bd4dab
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",