From 0473b482c2db92826f3f119e7c0acd42e21c67cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 19 Sep 2022 15:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/testScoreBatch/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/testScoreBatch/index.vue b/src/views/system/testScoreBatch/index.vue index 1e6bf9c..9f344e8 100644 --- a/src/views/system/testScoreBatch/index.vue +++ b/src/views/system/testScoreBatch/index.vue @@ -623,9 +623,10 @@ export default { this.innerVisible3 = false; }, lookitem(item) { + console.log(item) this.itemlist = []; this.items = []; - this.temqueryParams.id = item.id; + this.temqueryParams.batchId = item.id; temBatchInfoList(this.temqueryParams).then((res) => { console.log(res); if (res.rows.length != 0) {