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 = "";