字典判重复,用户排序显示
This commit is contained in:
@@ -269,7 +269,7 @@ export default {
|
||||
return CRUD({
|
||||
title: '用户',
|
||||
url: 'api/users',
|
||||
sort: ['deptId', 'nickName', 'username'],
|
||||
sort: ['deptId', 'username'],
|
||||
crudMethod: { ...crudUser }
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user