jwyu 2 лет назад
Родитель
Сommit
849263f2f9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages-report/reportList.vue

+ 1 - 1
pages-report/reportList.vue

@@ -38,7 +38,7 @@
             </view>
             <view class="list-box">
                 <van-row gutter="10">
-                    <van-col span="8" v-for="item in classifyList" :key="item">
+                    <van-col span="8" v-for="item in classifyList" :key="item.classify_id_second">
                         <view 
                           :class="['item',item.classify_id_second==selectSecClassifyId&&'active']" 
                           @click="handleSelectSecClassifyId(item)"