mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 03:16:47 +08:00
fix:taskId未传
This commit is contained in:
@@ -445,8 +445,12 @@ const signClick = () => {
|
||||
|
||||
data.value.signFlag = 1;
|
||||
ElMessage.warning("签到成功");
|
||||
let taskId = courseId
|
||||
console.log("taskId:" + taskId)
|
||||
console.log("courseId:" + courseId)
|
||||
console.log("请求入参:" + JSON.stringify( { courseId: courseId,taskId: taskId,type:type }))
|
||||
|
||||
request(TASK_OFFCOURSE_NOTASK_SIGN, { courseId: courseId });
|
||||
request(TASK_OFFCOURSE_NOTASK_SIGN, { courseId: courseId,taskId: taskId,type:type });
|
||||
};
|
||||
|
||||
function toSurvery() {
|
||||
|
||||
Reference in New Issue
Block a user