From b10a98e50f7ad389684fb18bd43bb8540672b267 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 14 六月 2023 15:50:05 +0800 Subject: [PATCH] 修改答卷列表 --- src/views/exam/question/edit/short-answer.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/exam/question/edit/short-answer.vue b/src/views/exam/question/edit/short-answer.vue index aa42ad2..8b9b3fd 100644 --- a/src/views/exam/question/edit/short-answer.vue +++ b/src/views/exam/question/edit/short-answer.vue @@ -123,6 +123,10 @@ _this.formLoading = true questionApi.select(id).then(re => { _this.form = re.response + _this.form.subjectIds = [] + _this.form.questionSubjects.forEach(item=>{ + _this.form.subjectIds.push(item.subjectId) + }) _this.formLoading = false }) } -- Gitblit v1.8.0