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