【逻辑&富文本图片】编辑逻辑后富文本图片失效
This commit is contained in:
@@ -1804,7 +1804,7 @@ function getOptionListAndConfig(questionIndex, questionList, allQuesList) {
|
|||||||
temp.relatedList = JSON.parse(JSON.stringify(temp.relatedList)).map(
|
temp.relatedList = JSON.parse(JSON.stringify(temp.relatedList)).map(
|
||||||
(tempOpt) => {
|
(tempOpt) => {
|
||||||
tempOpt.id = uuidv4();
|
tempOpt.id = uuidv4();
|
||||||
tempOpt.optionStr = `${tempOpt.option}[关联自${temp.title}]`;
|
tempOpt.optionStr = `${tempOpt.optionStr}[关联自${temp.title}]`;
|
||||||
return tempOpt;
|
return tempOpt;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user