Browse Source
Merge pull request #649 from flipped-aurora/gva-vue3-2.4.5
修复新增用户的bug
main
奇淼(piexlmax
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
web/src/view/superAdmin/user/user.vue
|
@ -74,8 +74,7 @@ |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="用户角色" label-width="80px" prop="authorityId"> |
|
|
<el-form-item label="用户角色" label-width="80px" prop="authorityId"> |
|
|
<el-cascader |
|
|
<el-cascader |
|
|
v-if="userInfo" |
|
|
|
|
|
v-model:visible="userInfo.authorityIds" |
|
|
|
|
|
|
|
|
v-model="userInfo.authorityIds" |
|
|
:options="authOptions" |
|
|
:options="authOptions" |
|
|
:show-all-levels="false" |
|
|
:show-all-levels="false" |
|
|
:props="{ multiple:true,checkStrictly: true,label:'authorityName',value:'authorityId',disabled:'disabled',emitPath:false}" |
|
|
:props="{ multiple:true,checkStrictly: true,label:'authorityName',value:'authorityId',disabled:'disabled',emitPath:false}" |
|
|