调整管理员
This commit is contained in:
parent
ef53643368
commit
45b11402ce
|
|
@ -76,7 +76,7 @@
|
|||
v-for="(item, index) in optionsData.role"
|
||||
:key="index"
|
||||
:label="item.name"
|
||||
:value="String(item.id)"
|
||||
:value="item.id"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue