From f07c7663c913119ed691d680d552caf1b42b97d8 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 6 May 2024 15:50:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201451=20=E7=BB=B4=E4=BF=AE=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=87=8C=E7=9A=84=E5=BA=8F=E5=8F=B7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?NaN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/repairTest/repair/index.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/views/repairTest/repair/index.vue b/sgzb-ui/src/views/repairTest/repair/index.vue index 8a8d1a5c..59f49e98 100644 --- a/sgzb-ui/src/views/repairTest/repair/index.vue +++ b/sgzb-ui/src/views/repairTest/repair/index.vue @@ -796,7 +796,10 @@ this.open = true this.type = type this.selectionList = [] - this.dialogQueryParams = {} + this.dialogQueryParams = { + pageNum: 1, + pageSize: 10, + } }, handleSee(row, type) { this.taskId = row.taskId @@ -804,7 +807,10 @@ this.open = true this.type = type this.selectionList = [] - this.dialogQueryParams = {} + this.dialogQueryParams = { + pageNum: 1, + pageSize: 10, + } this.resetForm('dialogQueryParams') }, getDialogList() {