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