mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 22:57:11 +08:00
fix: 修复用户管理排序参数错误
This commit is contained in:
@@ -108,7 +108,7 @@ import { DisEnableStatusList } from '@/constant/common'
|
||||
defineOptions({ name: 'SystemUser' })
|
||||
|
||||
const queryForm = reactive<UserQuery>({
|
||||
sort: ['createTime,desc']
|
||||
sort: ['t1.createTime,desc']
|
||||
})
|
||||
|
||||
const {
|
||||
|
Reference in New Issue
Block a user