|
@@ -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) {
|