Commit dbc9f6d9 authored by zhengke's avatar zhengke

修改

parent 4101ce88
......@@ -48,4 +48,26 @@ export function GetClassPlanStatisticalPage(data) {
})
}
/**
* 获取我调课申请列表
* @param {JSON参数} data
*/
export function GetEducationReceiptPage(data) {
return request({
url: '/EducationReceipt/GetEducationReceiptPage',
method: 'post',
data
})
}
/**
* 获取下拉数据
* @param {JSON参数} data
*/
export function GetEducationReceiptType() {
return request({
url: '/EducationReceipt/GetEducationReceiptType',
method: 'post'
})
}
This diff is collapsed.
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