guhongwei 4 роки тому
батько
коміт
48d3216943
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/question/question.vue

+ 1 - 1
src/views/question/question.vue

@@ -96,7 +96,7 @@ export default {
         answer ? (answer = JSON.stringify(answer)) : '';
         return { answer, questionid };
       });
-      let object = { termid, batchid, classid, studentid, planid: this.user.userid0, questionnaireid: this.id, answers };
+      let object = { termid, batchid, classid, studentid, planid: this.user.planid, questionnaireid: this.id, answers };
       let res;
       if (!answerid) {
         res = await this.sendAnswer(object);