【功能完善】IOT: ThingModel 表单编辑回显

This commit is contained in:
puhui999
2024-12-27 11:37:04 +08:00
parent 44d634c8fc
commit ca035932b0
4 changed files with 24 additions and 6 deletions

View File

@@ -47,7 +47,7 @@
@change="unitChange"
>
<el-option
v-for="(item, index) in getStrDictOptions(DICT_TYPE.IOT_PRODUCT_THING_MODEL_UNIT)"
v-for="(item, index) in getStrDictOptions(DICT_TYPE.IOT_THING_MODEL_UNIT)"
:key="index"
:label="item.label + '-' + item.value"
:value="item.label + '-' + item.value"