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() {