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