修复车型选择插件

This commit is contained in:
lcc
2025-09-09 11:10:37 +08:00
parent 070f8d8aa3
commit 4b0563a778
2 changed files with 6 additions and 0 deletions
@@ -95,6 +95,9 @@
}, },
created() { created() {
this.loadBrands(); this.loadBrands();
if (this.value && this.value.brandId) {
this.loadSeriesList(this.form.brandId);
}
}, },
watch: { watch: {
value: { value: {
@@ -99,6 +99,9 @@
}, },
created() { created() {
this.loadBrands(); this.loadBrands();
if (this.value && this.value.brandId) {
this.loadSeriesList(this.form.brandId);
}
}, },
watch: { watch: {
value: { value: {