diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index b7c7e4e6..6c03c91c 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -4631,6 +4631,7 @@ export default { } // 投票 if (item.type == 12) { + // console.log('item',item) codeUrl = window.location.protocol + process.env.VUE_APP_H5 + @@ -4639,7 +4640,7 @@ export default { "&btype=2&id=" + item.id + "&chapterOrStageId=" + - item.chapterId + + item.stageId + "&infoId=" + state.projectId; }