对下拉框的默认选中项进行微调

This commit is contained in:
GYYM
2024-10-29 18:48:50 +08:00
parent f7fd18f6ae
commit ab2037c8ca

View File

@@ -15,7 +15,7 @@
v-for="item in dictStore.getDictData('roleType')"
:key="item.id"
:label="item.label"
:value="item.id"
:value="item.code"
/>
</el-select>
</el-form-item>