user新建用户 bug处理
This commit is contained in:
parent
cc0a894162
commit
ee9022f9e3
|
@ -69,7 +69,6 @@
|
||||||
</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
|
||||||
@change="changeAuthority(scope.row)"
|
|
||||||
v-model="userInfo.authorityId"
|
v-model="userInfo.authorityId"
|
||||||
:options="authOptions"
|
:options="authOptions"
|
||||||
:show-all-levels="false"
|
:show-all-levels="false"
|
||||||
|
|
Loading…
Reference in New Issue