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