|
@@ -76,7 +76,10 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
async dialogOpen() {
|
|
async dialogOpen() {
|
|
if (!this.user.examId) return;
|
|
if (!this.user.examId) return;
|
|
- const res = await invigilatorSetDetail(this.user.examId);
|
|
|
|
|
|
+ const res = await invigilatorSetDetail({
|
|
|
|
+ examId: this.user.examId,
|
|
|
|
+ roomCode: this.user.roomCode,
|
|
|
|
+ });
|
|
this.form.userIds = res.data.data;
|
|
this.form.userIds = res.data.data;
|
|
},
|
|
},
|
|
openDialog() {
|
|
openDialog() {
|