保安服务单位许可和备案申请系统
tangzy
2021-07-14 4ae388897a405e94946e776b3eed9a75b2f35490
src/views/resource/attach.vue
@@ -215,7 +215,6 @@
    var deptid = this.$route.query.deptid;
    var type = this.$route.query.type;
    this.attachOption.column[0].action += deptid + "&type=" + type
    this.attachOption.column[1].action += deptid + "&type=" + type
  },
  computed: {
    ...mapGetters(["permission"]),
@@ -278,7 +277,6 @@
      })
        .then(() => {
          return remove(this.ids);
          return removenw(row.id);
        })
        .then(() => {
          this.onLoad(this.page);