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 },