src/views/exam/question/edit/single-choice.vue @@ -129,7 +129,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 }) }