撤回console

This commit is contained in:
Flow 2025-07-10 15:44:24 +08:00
parent 77a2d005f3
commit b14a8d01d0

View File

@ -220,7 +220,6 @@ import UserForm from './UserForm.vue'
import UserImportForm from './UserImportForm.vue'
import UserAssignRoleForm from './UserAssignRoleForm.vue'
import DeptTree from './DeptTree.vue'
import { getUserProfile } from '@/api/system/user/profile'
defineOptions({ name: 'SystemUser' })
@ -248,8 +247,6 @@ const getList = async () => {
const data = await UserApi.getUserPage(queryParams)
list.value = data.list
total.value = data.total
const profile = await getUserProfile()
console.log(profile)
} finally {
loading.value = false
}