浏览代码

更换为0

bding 1 年之前
父节点
当前提交
aaef106e7b
共有 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

@@ -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();