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 this.insuranceChange=false
}, },
back() { back() {
this.$router.push({ if( this.supplierId ) {
name:'vehicleManage', this.$router.back();
params:{ } else {
id: this.id this.$router.push({
} name:'vehicleManage',
}) params:{
id: this.id
}
})
}
}, },
async submitBtn(){ async submitBtn(){
if( !this.vehicleLicenseFront ) { if( !this.vehicleLicenseFront ) {