mo 3 năm trước cách đây
mục cha
commit
e9cc10edac

+ 7 - 0
src/views/setQuestions/questionManger/component/Progressive.vue

@@ -392,6 +392,13 @@ export default {
           ].questionnaireQuestionItemIdList.split(",");
       } else if (pervQuestion.type == "textarea") {
         this.textarea = this.checkList[this.currentIndex - 1].additionalValue;
+      } else if (pervQuestion.type == "image") {
+        this.imgUrl = this.checkList[this.currentIndex - 1].additionalValue;
+        this.imageList = [
+          {
+            url: this.checkList[this.currentIndex - 1].additionalValue,
+          },
+        ];
       }
     },
     toggle(index) {