保安服务单位许可和备案申请系统
tangzy
2021-07-15 fb0a822a87007bc9d87d230b65c6adc2d684aaaf
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",