mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
chore: import validate
This commit is contained in:
parent
de35229e64
commit
327f02ca1a
@ -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