问题修复

This commit is contained in:
BianLzhaoMin 2025-01-15 18:12:40 +08:00
parent ef8899d282
commit 2a202b3882
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@
<el-option
v-for="item in unitList"
filterable
:key="item.id"
:key="item.unitId"
:label="item.name"
:value="item.id"
:value="item.unitId"
>
</el-option>
</el-select>