fix:taskId未传

This commit is contained in:
caozc
2023-03-06 02:13:35 +08:00
parent 320fde3f4c
commit 700058f48c

View File

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