story#6071,编辑车辆页面选择服务逻辑修改
This commit is contained in:
@ -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) { // 上传 行驶证首页
|
||||
|
Reference in New Issue
Block a user