提交代码
This commit is contained in:
parent
107e2e2dd8
commit
e880cfc2c3
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue