refactor(PageContent): ♻️ 导入模板参数改名
This commit is contained in:
@@ -29,7 +29,7 @@ const contentConfig: IContentConfig<UserQuery> = {
|
||||
return UserAPI.import(1, file);
|
||||
},
|
||||
exportAction: UserAPI.export,
|
||||
importsTemplate: UserAPI.downloadTemplate,
|
||||
importTemplate: UserAPI.downloadTemplate,
|
||||
importsAction(data) {
|
||||
// 模拟导入数据
|
||||
console.log("importsAction", data);
|
||||
|
||||
Reference in New Issue
Block a user