diff --git a/src/components/drawers/project/ProjectVoteManage.vue b/src/components/drawers/project/ProjectVoteManage.vue index 8d1a1aa6..c6497a16 100644 --- a/src/components/drawers/project/ProjectVoteManage.vue +++ b/src/components/drawers/project/ProjectVoteManage.vue @@ -360,7 +360,7 @@ "studentName": state.name, "targetId":props.datasource.projectId, "taskId": props.datasource.courseId, - "type": 2 + "type": 1 }); api.QueryVoteManagementDetail({ "pageNo": state.currentPage, @@ -370,7 +370,7 @@ "studentName": state.name, "targetId":props.datasource.routerId, "taskId": props.datasource.courseId, - "type": 2 + "type": 1 }).then(res=>{ console.log('投票数据获取', res) if(res.data.code==200){