fix:学员是否在任务中判断

This commit is contained in:
wyx
2023-03-30 11:25:32 +08:00
parent a40cb74bfb
commit 2b920ab8ed
11 changed files with 11 additions and 11 deletions

View File

@@ -261,7 +261,7 @@ useRequest(PROJECT_PROCESS, { projectId: projectId, type }, (e) => {
path: "/loseefficacy",
});
} else {
if (e.code === 6) {
if (res.code === 6) {
router.push({
path: "/notpath",
});