Commit b63c2e52 authored by jzc's avatar jzc

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

parent b5dd0e25
...@@ -266,12 +266,11 @@ ...@@ -266,12 +266,11 @@
@click="handleBrandSelect" @click="handleBrandSelect"
></el-button> ></el-button>
</el-input> </el-input>
</el-form-item>
<BrandSelect <BrandSelect
ref="brSelect" ref="brSelect"
@onSelected="onBrandSelected" @onSelected="onBrandSelected"
></BrandSelect> ></BrandSelect>
</el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
...@@ -475,6 +474,7 @@ export default { ...@@ -475,6 +474,7 @@ export default {
this.form = { this.form = {
brandContactId: null, brandContactId: null,
brandId: null, brandId: null,
brandName: null,
contactName: null, contactName: null,
contactNameEn: null, contactNameEn: null,
contactPhone: 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