Browse Source

bug修复

chenrui 4 years ago
parent
commit
224e88de19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productManagement/priceChangeRecord/list.vue

+ 1 - 1
src/views/productManagement/priceChangeRecord/list.vue

@@ -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>