Commit 37fbe8a2 authored by Mac's avatar Mac

修改

parent d8361888
...@@ -45,4 +45,15 @@ export function delScrollShiftInfo(data) { ...@@ -45,4 +45,15 @@ export function delScrollShiftInfo(data) {
method: 'post', method: 'post',
data data
}) })
}
/**
* 新增排班计划
* @param {JSON参数} data
*/
export function setScrollPlanInfo(data) {
return request({
url: '/Scroll/SetScrollPlanInfo',
method: 'post',
data
})
} }
\ No newline at end of file
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
if (res.Code == 1) { if (res.Code == 1) {
this.shiftList = res.Data; this.shiftList = res.Data;
if(res.Data.length>0){ if(res.Data.length>0){
this.$emit('getList',res.Data) this.$emit('getLists',res.Data)
} }
} }
}) })
......
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