xiangpei
2024-05-27 73547fa9052823e939f95d2e1b711f02d693966b
src/views/exam/paper/edit.vue
@@ -186,7 +186,8 @@
        pageIndex: 1,
        pageSize: 5,
        listLoading: true,
        multipleSelection: []
        multipleSelection: [],
        excludeTagIds: []
      },
      tableData: [],
      total: 0,
@@ -448,7 +449,7 @@
        };
      });
      this.form.examineeList = this.student.multipleSelection.map((item) => item.realName);
      this.studentDialog = false;
    },