From 8672cf565dedfaab77685346f9c6e3b843fdcfdb Mon Sep 17 00:00:00 2001 From: zhouxain01 Date: Mon, 25 Dec 2023 11:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E8=AF=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/repairTest/brokenExamine/index.vue | 9 ++++++++- sgzb-ui/src/views/repairTest/testExamine/index.vue | 10 ++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/views/repairTest/brokenExamine/index.vue b/sgzb-ui/src/views/repairTest/brokenExamine/index.vue index 4c7f18d9..af37a020 100644 --- a/sgzb-ui/src/views/repairTest/brokenExamine/index.vue +++ b/sgzb-ui/src/views/repairTest/brokenExamine/index.vue @@ -587,6 +587,9 @@ export default { let params = { taskId: this.rowObj.taskId, pageNum: this.dialogQueryParams.pageNum, + keyword: this.dialogQueryParams.keyword, + typeName: this.dialogQueryParams.typeName, + type: this.dialogQueryParams.type, pageSize: this.dialogQueryParams.pageSize, } // this.loading = true; @@ -622,7 +625,7 @@ export default { onClose() { this.open = false this.queryParams.type = '' - this.resetQueryDialog() + // this.resetQueryDialog() this.getList() }, resetQueryDialog() { @@ -630,6 +633,9 @@ export default { this.resetForm("dialogQueryParams"); this.$refs.mychildDialog.clearSelect(); this.$refs.mychildDialogTwo.clearSelect(); + this.dialogQueryParams.pageNum = 1 + this.dialogQueryParams.pageSize = 10 + this.getdialogList() }, selectDrop(value) { this.queryParams.type = value @@ -657,6 +663,7 @@ export default { /** 重置按钮操作 */ resetQuery() { this.dateRange = []; + this.queryParams.keyword = '' this.resetForm("queryForm"); this.$refs.mychildSon.inputValue = ''; this.queryParams.type = '' diff --git a/sgzb-ui/src/views/repairTest/testExamine/index.vue b/sgzb-ui/src/views/repairTest/testExamine/index.vue index f4f51670..eff40c4c 100644 --- a/sgzb-ui/src/views/repairTest/testExamine/index.vue +++ b/sgzb-ui/src/views/repairTest/testExamine/index.vue @@ -126,7 +126,7 @@ plain icon="el-icon-plus" size="mini" - :disabled="!checkResultOne&&multiple" + :disabled="!checkResultOne && multiple" @click="checkClick" >批量审核 @@ -585,6 +585,9 @@ export default { let params = { taskId: this.rowObj.taskId, pageNum: this.dialogQueryParams.pageNum, + keyword: this.dialogQueryParams.keyword, + typeName: this.dialogQueryParams.typeName, + type: this.dialogQueryParams.type, pageSize: this.dialogQueryParams.pageSize, } // this.loading = true; @@ -620,7 +623,7 @@ export default { onClose() { this.open = false this.queryParams.type = '' - this.resetQueryDialog() + // this.resetQueryDialog() this.getList() }, resetQueryDialog() { @@ -628,6 +631,9 @@ export default { this.resetForm("dialogQueryParams"); this.$refs.mychildDialog.clearSelect(); this.$refs.mychildDialogTwo.clearSelect(); + this.dialogQueryParams.pageNum = 1 + this.dialogQueryParams.pageSize = 10 + this.getdialogList() }, selectDrop(value) { this.queryParams.type = value