【逻辑&富文本图片】编辑逻辑后富文本图片失效

This commit is contained in:
钱冠学
2024-06-13 16:40:16 +08:00
parent 3e749ab102
commit b89bdc68d6

View File

@@ -1804,7 +1804,7 @@ function getOptionListAndConfig(questionIndex, questionList, allQuesList) {
temp.relatedList = JSON.parse(JSON.stringify(temp.relatedList)).map(
(tempOpt) => {
tempOpt.id = uuidv4();
tempOpt.optionStr = `${tempOpt.option}[关联自${temp.title}]`;
tempOpt.optionStr = `${tempOpt.optionStr}[关联自${temp.title}]`;
return tempOpt;
}
);