调整管理员

This commit is contained in:
Jason 2022-11-17 16:06:23 +08:00
parent ef53643368
commit 45b11402ce
1 changed files with 1 additions and 1 deletions

View File

@ -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>