From ce8a3659c89a108901344c4b7e7439cf85a4648b Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Sun, 26 Feb 2023 02:18:16 +0800 Subject: [PATCH] -- fix bug --- src/components/drawers/router/RouterVoteManage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/drawers/router/RouterVoteManage.vue b/src/components/drawers/router/RouterVoteManage.vue index 31ff2388..4fb98e93 100644 --- a/src/components/drawers/router/RouterVoteManage.vue +++ b/src/components/drawers/router/RouterVoteManage.vue @@ -381,7 +381,7 @@ "studentName": state.name, "targetId":props.datasource.projectId, "taskId": props.datasource.courseId, - "type": 1 + "type": 2 }); api.QueryVoteManagementDetail({ "pageNo": state.currentPage, @@ -391,7 +391,7 @@ "studentName": state.name, "targetId":props.datasource.routerId, "taskId": props.datasource.courseId, - "type": 1 + "type": 2 }).then(res=>{ console.log('投票数据获取', res) if(res.data.code==200){