Commit ff3d5472 authored by 黄奎's avatar 黄奎

页面修改

parent 3d05d1d7
......@@ -305,6 +305,17 @@ export function saveStudent(data) {
}
/**
* 获取客户阶段列表
*/
export function queryStuStageList()
{
return request({
url: '/User/GetStuStageList',
method: 'post',
})
}
/**
* 获取学员信息
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment