odc.xiaohui
2023-06-25 3699d1c95492464e218d5cc9466b78b3885e4ab6
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) => {