bding преди 1 година
родител
ревизия
5188c34d99
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/rai_manage/activityManage/components/ThemeSurvey/voteDlg.vue

+ 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,