Commit 8f1ab30c authored by zhuangxinwei's avatar zhuangxinwei

工单作业和header退出按钮的提示框样式

parent e5ff2524
......@@ -9,10 +9,11 @@ export function getSync(query) {
params: query
})
}
export function onSchedule() {
export function onSchedule(params) {
return request({
url: '/nltscheduledresult/onSchedule',
method: 'get'
method: 'get',
params
})
}
// 删除同步数据(逻辑删除)
......
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