提交代码

This commit is contained in:
jiang 2024-12-03 09:14:56 +08:00
parent 107e2e2dd8
commit e880cfc2c3
1 changed files with 1 additions and 6 deletions

View File

@ -78,11 +78,6 @@ export default {
.catch(() => {
});
},
//
closeDisagreementModal() {
this.showDisagreement = false;
this.disagreementReason = ''; //
},
//
sendDisagreement(value) {
agreement({
@ -91,7 +86,7 @@ export default {
auditFailedReason: value
}).then(response => {
this.$modal.msgSuccess('已提交不同意原因');
this.closeDisagreementModal(); //
this.index++; //
}).catch(error => {
console.log(error);
});