bding 1 год назад
Родитель
Сommit
5188c34d99

+ 1 - 1
src/views/rai_manage/activityManage/components/ThemeSurvey/voteDlg.vue

@@ -167,7 +167,7 @@ export default {
           const res = await raiInterface.questionnairePreserveAndEdit({
             ActivityTypeId: this.votingForm.type,
             MaxChooseTotal: this.votingForm.select,
-            Content: this.votingForm.describe,
+            Content: this.votingForm.describe.replace(/<p data-f-id=\"pbf\".*?<\/p>/g,''),
             EndTime: this.votingForm.date,
             ListTheme: this.votingForm.addThemeList,
             QuestionnaireId: this.rowForm.QuestionnaireId || 0,