Commit cb4f5658 authored by 黄奎's avatar 黄奎

新增js文件

parent a7814b00
......@@ -34,4 +34,16 @@ export function queryClassStudent(data) {
method: 'post',
data
});
}
/**
* 获取上课计划列表
*/
export function quertClassPlan(data)
{
return request({
url: '/Class/GetClassPlan',
method: 'post',
data
});
}
\ No newline at end of file
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