mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-07 09:56:46 +08:00
fix:提交作业参数传递
This commit is contained in:
@@ -549,6 +549,7 @@ const handleClick = () => {
|
|||||||
workId,
|
workId,
|
||||||
type,
|
type,
|
||||||
taskId: taskId || infoId,
|
taskId: taskId || infoId,
|
||||||
|
workScore: -1
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
submitList.value.unshift(res.data);
|
submitList.value.unshift(res.data);
|
||||||
|
|||||||
Reference in New Issue
Block a user