liuyg
2021-10-25 cebd7462e2b0d50c959689c53ace4eeaf2fcb8e1
src/views/securityUnit/armedEscort.vue
@@ -242,7 +242,7 @@
    };
  },
  created() {
    this.option0.column[4].value = 2;
    this.option0.column[4].value = 3;
    this.option0.column[4].disabled = true;
  },
  computed: {
@@ -365,7 +365,9 @@
      })
        .then(() => {
          console.log(row);
          return remove(row.creditcode, row.departmentid);
          return remove(row.creditcode, row.departmentid).then((res) => {
            this.refreshChange();
          });
        })
        .then(() => {
          this.onLoad(this.page);
@@ -467,6 +469,7 @@
            message: "提交成功",
            type: "success",
          });
          this.refreshChange();
          done();
          this.forms = false;
        } else {