撤回console
This commit is contained in:
parent
77a2d005f3
commit
b14a8d01d0
@ -220,7 +220,6 @@ import UserForm from './UserForm.vue'
|
|||||||
import UserImportForm from './UserImportForm.vue'
|
import UserImportForm from './UserImportForm.vue'
|
||||||
import UserAssignRoleForm from './UserAssignRoleForm.vue'
|
import UserAssignRoleForm from './UserAssignRoleForm.vue'
|
||||||
import DeptTree from './DeptTree.vue'
|
import DeptTree from './DeptTree.vue'
|
||||||
import { getUserProfile } from '@/api/system/user/profile'
|
|
||||||
|
|
||||||
defineOptions({ name: 'SystemUser' })
|
defineOptions({ name: 'SystemUser' })
|
||||||
|
|
||||||
@ -248,8 +247,6 @@ const getList = async () => {
|
|||||||
const data = await UserApi.getUserPage(queryParams)
|
const data = await UserApi.getUserPage(queryParams)
|
||||||
list.value = data.list
|
list.value = data.list
|
||||||
total.value = data.total
|
total.value = data.total
|
||||||
const profile = await getUserProfile()
|
|
||||||
console.log(profile)
|
|
||||||
} finally {
|
} finally {
|
||||||
loading.value = false
|
loading.value = false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user