value
2024-05-10 a67fb8cc8644174b16c3cfe8082b7cf61e5b85e9
src/assets/api/controller.js
@@ -22,6 +22,7 @@
    certification,
    sealScope,
    informationNotification,
    performanceShift,
   }
}
@@ -256,3 +257,9 @@
  triggerModificationStatusToRead:"/informationNotification/triggerModificationStatusToRead",//点击详情触发修改状态为已读
}
const performanceShift = {
  add:"/performanceShift/add",//绩效管理-班次-排班
  page:"/performanceShift/page",//绩效管理-班次-分页查询
  update:"/performanceShift/update/",//绩效管理-班次-班次状态修改
}