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