liuyg
2021-10-25 cebd7462e2b0d50c959689c53ace4eeaf2fcb8e1
src/views/securityUnit/armedEscort.vue
@@ -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 {