龚焕茏
2024-05-27 801bfed33ce3082428239cdcd9ee0d8dc081f47c
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;
    },