chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
224e88de19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>