对下拉框的默认选中项进行微调
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
v-for="item in dictStore.getDictData('roleType')"
|
v-for="item in dictStore.getDictData('roleType')"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:value="item.id"
|
:value="item.code"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user