-- fix bug

This commit is contained in:
yuping
2023-02-26 02:18:16 +08:00
parent a4460cac9d
commit ce8a3659c8

View File

@@ -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){