jwyu %!s(int64=3) %!d(string=hai) anos
pai
achega
849263f2f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)"