fix:提交作业参数传递

This commit is contained in:
wyx
2023-03-22 18:56:29 +08:00
parent 15581f8ce2
commit ac6e7ceaa1

View File

@@ -549,6 +549,7 @@ const handleClick = () => {
workId,
type,
taskId: taskId || infoId,
workScore: -1
}).then((res) => {
console.log(res);
submitList.value.unshift(res.data);