|
@ -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); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|