소스 검색

更换为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();