From ea5c81705726bd3032b9fd82a786a959c5d31d7c Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 17 Jan 2025 17:25:05 +0800 Subject: [PATCH] =?UTF-8?q?story#6071=EF=BC=8C=E7=BC=96=E8=BE=91=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E9=A1=B5=E9=9D=A2=E9=80=89=E6=8B=A9=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleAdd.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { // 上传 行驶证首页