Commit f97a7075 authored by 张海景's avatar 张海景

update:修改节假日设置

parent f139d357
...@@ -135,10 +135,10 @@ export default { ...@@ -135,10 +135,10 @@ export default {
submitForm(isWork){ submitForm(isWork){
const datas = this.$refs.itemIndex.selectRow.map(item => { const datas = this.$refs.itemIndex.selectRow.map(item => {
return { return {
id: item.id,
isWork, isWork,
theDay: item.theDay, theDay: item.theDay,
shiftName: item.shiftName, shiftName: item.shiftName,
workunitId: item.workunitId
} }
}) })
addCalholiday(datas).then(response => { addCalholiday(datas).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