Commit 6efacec4 authored by 黄奎's avatar 黄奎

页面修改

parent 5766d7a0
......@@ -75,6 +75,28 @@ export function queryDutyWork(data) {
})
}
//获取我的值班看板【第二版】
export function OnDuty_V2(data) {
return request({
url: '/DutyPlan/OnDuty_V2',
method: 'post',
data
})
}
//获取我的值班内容【第二版】
export function queryDutyWork_V2(data) {
return request({
url: '/DutyPlan/GetDutyWork_V2',
method: 'post',
data
})
}
//获取访客列表
export function queryVisitorPage(data) {
return request({
......
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