liuyg
2021-10-25 cebd7462e2b0d50c959689c53ace4eeaf2fcb8e1
src/views/securityUnit/selfRecruitedSecurityGuard.vue
@@ -290,7 +290,7 @@
    };
  },
  created() {
    this.option0.column[4].value = 2;
    this.option0.column[4].value = 0;
    this.option0.column[4].disabled = true;
  },
  computed: {
@@ -438,7 +438,9 @@
      })
        .then(() => {
          // console.log(this.ids);
          return remove(this.ids, this.ids1);
          return remove(this.ids, this.ids1).then((res) => {
            this.refreshChange();
          });
        })
        .then(() => {
          this.onLoad(this.page);
@@ -515,6 +517,7 @@
            message: "提交成功",
            type: "success",
          });
          this.refreshChange();
          done();
          this.forms = false;
        } else {