fix:修复矩阵题显示
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 });
|
||||||
|
|||||||
Reference in New Issue
Block a user