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