Commit b63c2e52 authored by jzc's avatar jzc

修复新增品牌信息未回显bug

parent b5dd0e25
......@@ -266,12 +266,11 @@
@click="handleBrandSelect"
></el-button>
</el-input>
</el-form-item>
<BrandSelect
ref="brSelect"
@onSelected="onBrandSelected"
></BrandSelect>
</el-form-item>
</el-col>
<el-col :span="8">
......@@ -475,6 +474,7 @@ export default {
this.form = {
brandContactId: null,
brandId: null,
brandName: null,
contactName: null,
contactNameEn: null,
contactPhone: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment