对下拉框的默认选中项进行微调
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user