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