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;