二手车交易,审核修改掉接口

This commit is contained in:
2025-03-14 11:51:53 +08:00
parent 905bfc0785
commit 11ee4a031a
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -199,12 +199,14 @@ export default {
auditResult: type ? 1 : 0 , auditResult: type ? 1 : 0 ,
auditReason: this.auditReason, auditReason: this.auditReason,
}) })
await this.submitHandle()
setTimeout(()=>{ setTimeout(()=>{
this.closeParentDialog() this.closeParentDialog()
},1000) },1000)
} finally { } finally {
console.log(type) console.log(type)
} }
}, },
// 发布求购 // 发布求购
async submitHandle(){ async submitHandle(){