feat:修改

This commit is contained in:
lixg
2023-03-02 03:10:52 +08:00
parent b5beeeaa10
commit 1e577853d2
4 changed files with 9 additions and 6 deletions

View File

@@ -119,6 +119,7 @@ const { data } =
taskId && taskId !== "undefined"
? useRequest(TASK_WORK_DETAIL, { workId, taskId }, (e) => {
if (e.code === 6) {
console.log("作业判断", e);
router.push({
path: "/notpath",
});
@@ -126,6 +127,7 @@ const { data } =
})
: useRequest(TASK_WORK_DETAIL, { workId }, (e) => {
if (e.code === 6) {
console.log("作业判断", e);
router.push({
path: "/notpath",
});