龚焕茏
2024-07-12 570af41adaa82553e9d24b6b641db9e1f2f533ae
src/views/exam/paper/edit.vue
@@ -287,6 +287,7 @@
      _this.subjectFilter = _this.subjects;
    });
    if (id && parseInt(id) !== 0) {
      _this.selectAllBoolean = false;
      _this.formLoading = true;
      examPaperApi.select(id).then(re => {
        const { userIds, userNames } = re.response;