CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复(车辆返回按钮)

This commit is contained in:
2026-06-09 10:25:49 +08:00
parent 61e8418459
commit e4757849dd

View File

@@ -1215,12 +1215,17 @@ export default {
this.insuranceChange=false
},
back() {
this.$router.push({
name:'vehicleManage',
params:{
id: this.id
}
})
if( this.supplierId ) {
this.$router.back();
} else {
this.$router.push({
name:'vehicleManage',
params:{
id: this.id
}
})
}
},
async submitBtn(){
if( !this.vehicleLicenseFront ) {