二手车交易,审核

This commit is contained in:
2025-03-14 14:55:26 +08:00
parent 6926f1b140
commit 546ec672c7
2 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ export default {
auditResult: type ? 1 : 0 , auditResult: type ? 1 : 0 ,
auditReason: this.auditReason, auditReason: this.auditReason,
}) })
await this.submitHandle() // await this.submitHandle()
setTimeout(()=>{ setTimeout(()=>{
this.closeParentDialog() this.closeParentDialog()
},1000) },1000)

View File

@ -215,7 +215,7 @@ export default {
auditResult: type ? 1 : 0 , auditResult: type ? 1 : 0 ,
auditReason: this.auditReason, auditReason: this.auditReason,
}) })
await this.submitHandle() // await this.submitHandle()
setTimeout(()=>{ setTimeout(()=>{
this.closeParentDialog() this.closeParentDialog()
},1000) },1000)