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