src/views/exam/question/edit/short-answer.vue @@ -114,7 +114,7 @@ if (id && parseInt(id) !== 0) { _this.formLoading = true questionApi.select(id).then(re => { _this.form = re.response _this.form = re.data _this.formLoading = false }) }