龚焕茏
2024-05-17 513882a845100035ecb374a46ea6a85081ec16f6
src/views/exam/paper/edit.vue
@@ -175,7 +175,7 @@
      studentDialog: false,
      student: {
        pageIndex: 1,
        pageSize: 100,
        pageSize: 5,
        listLoading: true,
        multipleSelection: []
      },
@@ -423,9 +423,7 @@
    },
    confirmStudentSelect () {
      this.student.multipleSelection.forEach(q => {
        if(this.form.menuIds.some(obj => obj !== q.id)) {
          this.form.menuIds.push(q.id)
        }
      })
      this.studentDialog = false
    },