流程实现

This commit is contained in:
zhangsir
2024-06-18 18:49:53 +08:00
parent a4b2308131
commit 458acdd4d1
4 changed files with 349 additions and 18 deletions

4
api/modules/growth.js Normal file
View File

@@ -0,0 +1,4 @@
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(`/manageApi/stu/grow/taskList?growId=${id}`);