失效处理后 失效原因清空

main
yangzhicheng 12 months ago
parent fe9207a764
commit bfc813abea
  1. 1
      src/views/inspection/inspectionroute.vue

@ -321,6 +321,7 @@
return lapse(this.ids, this.cancelForm.cancelReason); return lapse(this.ids, this.cancelForm.cancelReason);
}) })
.then(() => { .then(() => {
this.cancelForm.cancelReason = '';
this.cancelBox = false; this.cancelBox = false;
this.onLoad(this.page); this.onLoad(this.page);
this.$message({ this.$message({

Loading…
Cancel
Save