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{ }else{
this.supplierServiceList = this.oldSupplierServiceList this.supplierServiceList = this.oldSupplierServiceList
} }
}, },
}, },
async mounted() { async mounted() {
this.id=this.$route.params?.id this.id=this.$route.params?.id
await this.getSupplierServiceTree();
await this.getTypeList(); await this.getTypeList();
if( this.id){ if( this.id){
await this.vehicleInfo() await this.vehicleInfo()
} }
await this.getSupplierServiceTree();
}, },
methods:{ methods:{
async vehicleLicenseFrontHandler(file) { // 上传 行驶证首页 async vehicleLicenseFrontHandler(file) { // 上传 行驶证首页