mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 17:36:46 +08:00
提交增加参数
This commit is contained in:
@@ -261,7 +261,8 @@ const submitVote = () => {
|
||||
type: btype, // 1 项目 2 路径图
|
||||
voteId: dataInfo.value.id,
|
||||
voteName: dataInfo.value.voteName,
|
||||
studentId: userInfo.value.userId
|
||||
studentId: userInfo.value.userId,
|
||||
studentName: userInfo.value.realName,
|
||||
};
|
||||
useRequest(VOTE_DETAIL_SUBMIT, obj);
|
||||
// 增加参与数目
|
||||
|
||||
Reference in New Issue
Block a user