Commit 79d4ac33 authored by 沈翠玲's avatar 沈翠玲

排班日历

parent 9f802e15
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
delete params.workunitName delete params.workunitName
} else { } else {
delete params.workunitIds delete params.workunitIds
params['id'] = this.selectRow.id params['workunitId'] = this.selectRow.id
} }
const fn = type ? getCalWorkunits : listCalholiday const fn = type ? getCalWorkunits : listCalholiday
fn(params).then(response => { fn(params).then(response => {
......
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