mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +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 = {}) {
|
async run(options: RunOptions = {}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user