fix: update version to 4.2.0 and improve import handling in user actions
This commit is contained in:
@@ -178,7 +178,7 @@ const contentConfig: IContentConfig<UserQueryParams, UserItem> = reactive({
|
||||
},
|
||||
deleteAction: UserAPI.deleteByIds,
|
||||
importAction(file: File) {
|
||||
return UserAPI.import("1", file);
|
||||
return UserAPI.import(file);
|
||||
},
|
||||
exportAction: UserAPI.export,
|
||||
importTemplate: UserAPI.downloadTemplate,
|
||||
|
||||
Reference in New Issue
Block a user