fix: 🐛 统一主键为 string 类型
This commit is contained in:
@@ -20,7 +20,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
|
||||
},
|
||||
deleteAction: UserAPI.deleteByIds,
|
||||
importAction(file) {
|
||||
return UserAPI.import(1, file);
|
||||
return UserAPI.import("1", file);
|
||||
},
|
||||
exportAction: UserAPI.export,
|
||||
importTemplate: UserAPI.downloadTemplate,
|
||||
|
||||
Reference in New Issue
Block a user