From 811f40ba54bb9531b3d923baa0eef2b0fead8152 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Sat, 22 Jun 2024 17:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/modules/growth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/modules/growth.js b/api/modules/growth.js index 655d6f7..f8ee881 100644 --- a/api/modules/growth.js +++ b/api/modules/growth.js @@ -1,7 +1,7 @@ import ajax from '@/api/manage/manageAjax.js'; export const getList = (params) => ajax.get(`/manageApi/stu/grow/getStuLearnInfo?userId=${params}`); //获取路径图详情 -export const taskList = (id) => ajax.get(`/stu/grow/taskList?growId=${id}`); +export const taskList = (id) => ajax.get(`/manageApi/stu/grow/taskList?growId=${id}`); // 获取岗位 export const getAllPosition = () => ajax.get(`/manageApi/admin/thirdApi/getAllPosition`) // 获取职级