Searched refs:gpuComparisonSource (Results 1 – 1 of 1) sorted by relevance
39 private gpuComparisonSource: Array<GpuTreeItem> = []; property in TabPaneGpuClickSelectComparison141 this.gpuComparisonSource = (type === 'total' ? items[0].children : items) || [];142 this.comparisonSortData = this.gpuComparisonSource;143 this.gpuComparisonTbl!.recycleDataSource = this.gpuComparisonSource;145 this.theadClick(this.gpuComparisonTbl!, this.gpuComparisonSource);