story#6071,编辑车辆页面选择服务逻辑修改

This commit is contained in:
2025-01-17 17:25:05 +08:00
parent f88bddb65b
commit ea5c817057

View File

@ -268,16 +268,17 @@ export default {
}else{
this.supplierServiceList = this.oldSupplierServiceList
}
},
},
async mounted() {
this.id=this.$route.params?.id
await this.getSupplierServiceTree();
await this.getTypeList();
if( this.id){
await this.vehicleInfo()
}
await this.getSupplierServiceTree();
},
methods:{
async vehicleLicenseFrontHandler(file) { // 上传 行驶证首页