二手车交易,审核后派发界面事件
This commit is contained in:
@ -294,7 +294,9 @@ export default {
|
|||||||
auditResult: type ? 1 : 0 ,
|
auditResult: type ? 1 : 0 ,
|
||||||
auditReason: this.auditReason,
|
auditReason: this.auditReason,
|
||||||
})
|
})
|
||||||
// this.h5GoBack()
|
setTimeout(()=>{
|
||||||
|
this.closeParentDialog()
|
||||||
|
},2000)
|
||||||
} finally {
|
} finally {
|
||||||
console.log(type)
|
console.log(type)
|
||||||
}
|
}
|
||||||
@ -329,7 +331,7 @@ export default {
|
|||||||
otherPhoto:this.otherImgSrc?.join(',')
|
otherPhoto:this.otherImgSrc?.join(',')
|
||||||
})
|
})
|
||||||
if(res.code == 200 && !res.msg){
|
if(res.code == 200 && !res.msg){
|
||||||
if(this.isWeb){
|
if(this.isWebFunc()){
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
this.closeParentDialog()
|
this.closeParentDialog()
|
||||||
},2000)
|
},2000)
|
||||||
|
@ -192,7 +192,9 @@ export default {
|
|||||||
auditResult: type ? 1 : 0 ,
|
auditResult: type ? 1 : 0 ,
|
||||||
auditReason: this.auditReason,
|
auditReason: this.auditReason,
|
||||||
})
|
})
|
||||||
// this.h5GoBack()
|
setTimeout(()=>{
|
||||||
|
this.closeParentDialog()
|
||||||
|
},2000)
|
||||||
} finally {
|
} finally {
|
||||||
console.log(type)
|
console.log(type)
|
||||||
}
|
}
|
||||||
@ -218,7 +220,7 @@ export default {
|
|||||||
...this.form,
|
...this.form,
|
||||||
})
|
})
|
||||||
if(res.code == 200 && !res.msg){
|
if(res.code == 200 && !res.msg){
|
||||||
if(this.isWeb){
|
if(this.isWebFunc()){
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
this.closeParentDialog()
|
this.closeParentDialog()
|
||||||
},2000)
|
},2000)
|
||||||
|
Reference in New Issue
Block a user