|
|
@ -320,7 +320,7 @@ |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
this.cancelBox = true; |
|
|
|
this.cancelBox = true; |
|
|
|
this.cancelForm.cancelReason = ''; |
|
|
|
this.$refs.cancelForm.resetForm(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleDetailCancel() { |
|
|
|
handleDetailCancel() { |
|
|
|
this.$confirm("是否将选择数据改为失效状态?", { |
|
|
|
this.$confirm("是否将选择数据改为失效状态?", { |
|
|
@ -332,7 +332,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({ |
|
|
|