update
This commit is contained in:
parent
3c36dba9a9
commit
63a971d715
@ -24,6 +24,7 @@ export class ExportAll extends Component {
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
async onDirectExportData() {
|
||||
debugger;
|
||||
this.env.searchModel.trigger("direct-export-data");
|
||||
}
|
||||
}
|
||||
|
@ -495,6 +495,7 @@ export class ListController extends Component {
|
||||
}
|
||||
|
||||
async downloadExport(fields, import_compat, format) {
|
||||
debugger;
|
||||
let ids = false;
|
||||
if (!this.isDomainSelected) {
|
||||
const resIds = await this.getSelectedResIds();
|
||||
@ -564,6 +565,7 @@ export class ListController extends Component {
|
||||
* @private
|
||||
*/
|
||||
async onDirectExportData() {
|
||||
debugger;
|
||||
await this.downloadExport(this.defaultExportList, false, "xlsx");
|
||||
}
|
||||
/**
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b757ed83da511053ea589c20f91739d7490afa95
|
||||
Subproject commit 7b9624a65383c481937d76fbf7258f4b9effffdd
|
Loading…
Reference in New Issue
Block a user