From 4b0563a77875d995a774d096a986168220cf866f Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Tue, 9 Sep 2025 11:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BD=A6=E5=9E=8B=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/components/CarSelector/index.vue | 3 +++ pingan/src/components/CarSelector/index.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/admin/src/components/CarSelector/index.vue b/admin/src/components/CarSelector/index.vue index 1ed8284..341bdc6 100644 --- a/admin/src/components/CarSelector/index.vue +++ b/admin/src/components/CarSelector/index.vue @@ -95,6 +95,9 @@ }, created() { this.loadBrands(); + if (this.value && this.value.brandId) { + this.loadSeriesList(this.form.brandId); + } }, watch: { value: { diff --git a/pingan/src/components/CarSelector/index.vue b/pingan/src/components/CarSelector/index.vue index 6ef9147..f357579 100644 --- a/pingan/src/components/CarSelector/index.vue +++ b/pingan/src/components/CarSelector/index.vue @@ -99,6 +99,9 @@ }, created() { this.loadBrands(); + if (this.value && this.value.brandId) { + this.loadSeriesList(this.form.brandId); + } }, watch: { value: {