Authored by 李奇

品牌组件reset值清空

... ... @@ -35,7 +35,7 @@
},
watch: {
value(val) {
this.brandId = val;
this.brandId = val || '';
}
},
methods: {
... ...