fix:修复矩阵题显示

This commit is contained in:
du.meimei
2025-03-25 16:30:01 +08:00
parent b711045da5
commit 681b334cd0
5 changed files with 10 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
<!-- v-html="modelValue"--> <!-- v-html="modelValue"-->
<!-- :placeholder="placeholder"--> <!-- :placeholder="placeholder"-->
<!-- ></p>--> <!-- ></p>-->
<div class="right-icon ml10"> <div class="right-icon ml10" style="margin-left: 20px">
<slot name="right-icon"></slot> <slot name="right-icon"></slot>
</div> </div>
</div> </div>

View File

@@ -462,7 +462,6 @@ const saveTitle = () => {
introduction: questionInfo.value.survey.introduction introduction: questionInfo.value.survey.introduction
}).then((res) => { }).then((res) => {
if (res.data) { if (res.data) {
// questionInfo.value.survey.title 富文本转为html获取innertext // questionInfo.value.survey.title 富文本转为html获取innertext
let title = questionInfo.value.survey.title.replace(/<[^>]*>/g, ''); let title = questionInfo.value.survey.title.replace(/<[^>]*>/g, '');
saveProjectName(route.query.sn, { project_name: title }); saveProjectName(route.query.sn, { project_name: title });