mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-06 22:19:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
04c88f7818
@ -66,7 +66,8 @@ export class XlsxImporter extends EventEmitter {
|
||||
}
|
||||
}
|
||||
|
||||
await this.getData();
|
||||
const data = await this.getData();
|
||||
return data;
|
||||
}
|
||||
|
||||
async run(options: RunOptions = {}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user