二手车交易,审核
This commit is contained in:
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user