@@ -30,7 +30,7 @@
:showSearch="true"
option-filter-prop="children"
:filter-option="filterOption">
- <a-select-option v-for="item in productBrandList" :key="item.productBrandSn" :value="item.productBrandSn">{{ item.productBrandName }}</a-select-option>
+ <a-select-option v-for="item in productBrandList" :key="item.brandSn" :value="item.brandSn">{{ item.brandName }}</a-select-option>
</a-select>
</a-form-item>
</a-col>