|
|
@ -387,6 +387,7 @@ |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
this.cancelBox = true; |
|
|
|
this.cancelBox = true; |
|
|
|
|
|
|
|
this.$refs.cancelForm.resetForm(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleDetailCancel() { |
|
|
|
handleDetailCancel() { |
|
|
|
this.$confirm("是否将选择数据改为失效状态?", { |
|
|
|
this.$confirm("是否将选择数据改为失效状态?", { |
|
|
@ -398,7 +399,7 @@ |
|
|
|
return lapse(this.ids, this.cancelForm.cancelReason); |
|
|
|
return lapse(this.ids, this.cancelForm.cancelReason); |
|
|
|
}) |
|
|
|
}) |
|
|
|
.then(() => { |
|
|
|
.then(() => { |
|
|
|
this.cancelForm.cancelReason = ''; |
|
|
|
this.$refs.cancelForm.resetForm(); |
|
|
|
this.cancelBox = false; |
|
|
|
this.cancelBox = false; |
|
|
|
this.onLoad(this.page); |
|
|
|
this.onLoad(this.page); |
|
|
|
this.$message({ |
|
|
|
this.$message({ |
|
|
|