Commit 5f2091a6 authored by zhengke's avatar zhengke

修改

parent b064f403
...@@ -20,3 +20,11 @@ export function GetDutyPlanPage(data) { ...@@ -20,3 +20,11 @@ export function GetDutyPlanPage(data) {
}) })
} }
//保存排课计划
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