ソースを参照

修改素材池

朱鑫波 3 年 前
コミット
bbe40a3284

+ 1 - 1
src/views/modules/Statistics/designerReport/designerReport.vue

@@ -46,7 +46,7 @@
                                 allow-clear
                             >
                                 <a-select-option :value="''">不限</a-select-option>
-                                <a-select-option v-for="(item, index) in allCompany" :value="item.companyId">{{ item.companyName }} </a-select-option>
+                                <a-select-option v-for="(item, index) in allCompany" :value="item.companyId" :key="index">{{ item.companyName }} </a-select-option>
                             </a-select>
                         </a-form-item>
                     </a-col>