修复车型选择插件
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user