From aac2245214a207f7bcf34425514a92235ac6245a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 14 Oct 2022 17:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/testScoreBatch/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/system/testScoreBatch/index.vue b/src/views/system/testScoreBatch/index.vue index 9f344e8..c56dd8b 100644 --- a/src/views/system/testScoreBatch/index.vue +++ b/src/views/system/testScoreBatch/index.vue @@ -623,7 +623,7 @@ export default { this.innerVisible3 = false; }, lookitem(item) { - console.log(item) + console.log(item); this.itemlist = []; this.items = []; this.temqueryParams.batchId = item.id; @@ -709,6 +709,12 @@ export default { }, /** 重置按钮操作 */ resetQuery() { + this.queryParams = { + pageNum: 1, + pageSize: 10, + batchCode: null, + batchName: null, + }; this.resetForm("queryForm"); this.handleQuery(); this.queryParams.className = "";