feat:修改学习路径type

This commit is contained in:
lixg
2023-03-17 14:32:25 +08:00
parent b794bf600f
commit 7e573cfd3f

View File

@@ -239,7 +239,7 @@ const { data } = useRequest(
checkStudentExist,
{
targetId: props.routerId,
type: 1,
type: 2,
},
(res) => {
console.log("判断任务是否删除", res);