- 将单位选项的键值从 dictLabel 改为 name
@@ -17,9 +17,9 @@
filterable>
<el-option
v-for="dict in unitOptions"
- :key="dict.dictLabel"
- :label="dict.dictLabel"
- :value="dict.dictLabel"
+ :key="dict.name"
+ :label="dict.name"
+ :value="dict.name"
></el-option>
</el-select>
</el-form-item>