refactor(PageContent): ♻️ 导入模板参数改名

This commit is contained in:
cshaptx4869
2024-06-17 11:39:49 +08:00
parent e2e70e647c
commit 53ff0d3d3f
3 changed files with 10 additions and 10 deletions

View File

@@ -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);