Commit 5f2091a6 authored by zhengke's avatar zhengke

修改

parent b064f403
......@@ -19,4 +19,12 @@ export function GetDutyPlanPage(data) {
data
})
}
\ No newline at end of file
//保存排课计划
export function SaveDutyPlan(data) {
return request({
url: '/DutyPlan/SaveDutyPlan',
method: 'post',
data
})
}
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