diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 2968a260..780ec068 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -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) { // 上传 行驶证首页