修复车型选择插件
This commit is contained in:
@@ -99,6 +99,9 @@
|
||||
},
|
||||
created() {
|
||||
this.loadBrands();
|
||||
if (this.value && this.value.brandId) {
|
||||
this.loadSeriesList(this.form.brandId);
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
value: {
|
||||
|
||||
Reference in New Issue
Block a user