失效处理后 失效原因清空

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);
})
.then(() => {
this.cancelForm.cancelReason = '';
this.cancelBox = false;
this.onLoad(this.page);
this.$message({

Loading…
Cancel
Save