licp
2024-05-08 f310bae9037704212a5626ed26a32bd4182a3508
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/",//绩效管理-班次-班次状态修改
}