del: 移除debugger标记

This commit is contained in:
TsMask
2024-10-17 10:29:39 +08:00
parent cf1686c348
commit 1565f25a03
4 changed files with 0 additions and 5 deletions

View File

@@ -425,8 +425,6 @@ function fnGetList(pageNum?: number) {
(queryParams.pageNum - 1) * tablePagination.pageSize &&
queryParams.pageNum !== 1
) {
debugger;
tableState.loading = false;
fnGetList(queryParams.pageNum - 1);
}