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

update:修改节假日设置

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