Skip to content

Commit

Permalink
修复分页时选中按钮的删除状态未清除的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
erupts committed Aug 12, 2024
1 parent 31124d4 commit 81319fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/build/erupt/view/table/table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export class TableComponent implements OnInit, OnDestroy {
}
sortString = arr.join(",")
}
this.selectedRows = [];
this.dataPage.querying = true;
this.dataService.queryEruptTableData(this.eruptBuildModel.eruptModel.eruptName, this.dataPage.url, {
pageIndex: this.dataPage.pi,
Expand Down

0 comments on commit 81319fd

Please sign in to comment.