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

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

@@ -170,7 +170,7 @@ export default {
             Content: this.votingForm.describe,
             EndTime: this.votingForm.date,
             ListTheme: this.votingForm.addThemeList,
-            QuestionnaireId: this.rowForm.QuestionnaireId || "",
+            QuestionnaireId: this.rowForm.QuestionnaireId || 0,
           });
           if (res.Ret === 200) {
             this.$parent.getDataList();