Merge pull request #735 from dataease/pr@v1.2@fix_personinfo_role_error

fix: 个人信息表单中角色信息展示错误
This commit is contained in:
fit2cloud-chenyw 2021-08-31 16:29:40 +08:00 committed by GitHub
commit 0cbe6b4160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ import '@riophae/vue-treeselect/dist/vue-treeselect.css'
import { PHONE_REGEX } from '@/utils/validate'
import { LOAD_CHILDREN_OPTIONS, LOAD_ROOT_OPTIONS } from '@riophae/vue-treeselect'
import { getDeptTree, treeByDeptId } from '@/api/system/dept'
import { allRoles } from '@/api/system/role'
import { allRoles } from '@/api/system/user'
import { updatePerson, persionInfo } from '@/api/system/user'
export default {