Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-01-12 09:33:19 +00:00
commit 04c88f7818

View File

@ -66,7 +66,8 @@ export class XlsxImporter extends EventEmitter {
}
}
await this.getData();
const data = await this.getData();
return data;
}
async run(options: RunOptions = {}) {