wangshaoping 3 weeks ago
parent
commit
b01110c0e3
  1. 1
      io.sc.platform.core.frontend/src/platform/components/grid/ts/expose-api/src/GetData.ts

1
io.sc.platform.core.frontend/src/platform/components/grid/ts/expose-api/src/GetData.ts

@ -19,6 +19,7 @@ export class GetData extends Base {
this.getSelectRowsByFieldName = this.getSelectRowsByFieldName.bind(this); this.getSelectRowsByFieldName = this.getSelectRowsByFieldName.bind(this);
this.getCascadeChildrenData = this.getCascadeChildrenData.bind(this); this.getCascadeChildrenData = this.getCascadeChildrenData.bind(this);
this.getCascadeParentsData = this.getCascadeParentsData.bind(this); this.getCascadeParentsData = this.getCascadeParentsData.bind(this);
this.getURLSearchParams = this.getURLSearchParams.bind(this);
} }
/** /**

Loading…
Cancel
Save