From 3699d1c95492464e218d5cc9466b78b3885e4ab6 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期日, 25 六月 2023 15:17:40 +0800 Subject: [PATCH] 修改青羊后台添加 --- src/views/task/edit.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/task/edit.vue b/src/views/task/edit.vue index 9b5f374..e449912 100644 --- a/src/views/task/edit.vue +++ b/src/views/task/edit.vue @@ -119,6 +119,7 @@ this.search() }, confirmPaperSelect () { + console.log( this.paperPage.multipleSelection) this.paperPage.multipleSelection.forEach(ep => this.form.paperItems.push(ep)) this.paperPage.showDialog = false }, @@ -141,8 +142,8 @@ this.search() }, levelChange () { - this.paperPage.queryParam.subjectId = null - this.paperPage.subjectFilter = this.subjects.filter(data => data.level === this.form.gradeLevel) + // this.paperPage.queryParam.subjectId = null + // this.paperPage.subjectFilter = this.subjects.filter(data => data.level === this.form.gradeLevel) }, removePaper (row) { this.form.paperItems.forEach((item, index, arr) => { -- Gitblit v1.8.0