二手车交易,审核修改掉接口
This commit is contained in:
@ -333,6 +333,7 @@ export default {
|
||||
auditResult: type ? 1 : 0 ,
|
||||
auditReason: this.auditReason,
|
||||
})
|
||||
await this.submitHandle()
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
},1000)
|
||||
|
@ -199,12 +199,14 @@ export default {
|
||||
auditResult: type ? 1 : 0 ,
|
||||
auditReason: this.auditReason,
|
||||
})
|
||||
await this.submitHandle()
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
},1000)
|
||||
} finally {
|
||||
console.log(type)
|
||||
}
|
||||
|
||||
},
|
||||
// 发布求购
|
||||
async submitHandle(){
|
||||
|
Reference in New Issue
Block a user