> For the complete documentation index, see [llms.txt](https://docs.yoov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoov.com/yoov-work/zh-cn/faq/jia-qi-guan-li/jia-qi-guan-li-wei-shen-me-jia-qi-geng-gai-hou-xi-tong-wei-you-wei-yuan-gong-geng-xin-jia-qiedu.md).

# \[假期管理] 为什么假期更改后系统未有为员工更新假期额度 ?

若员工已加入相应的假期并已生成，即使更改假期内容，系统只会在下个周期才开始计算新规则。&#x20;

然而需要套用到本年度并在今个周期开始计算，需要在假期中先移除员工再重新绑定该员工。&#x20;

编辑「假期规则」＞「适用员工」＞移除员工＞「保存」整个规则＞再次编辑「假期规则」＞重新加入员工＞「保存」&#x20;

另外，如果员工今个周期本身有请假纪录，需要到「请假纪录」＞「导出请假纪录」＞再把员工的假期重新导入（「新增请假纪录」＞「批量导入」）。&#x20;

否则系统不会把过往的请假纪录与现时的假期条件连系。

例子：年假在2021年度1月1日已实施并有7天，但2月1日更改为10天。而员工A在1月1日至2月1日期间有3天请假纪录。&#x20;

基于2021年度1月1日设置的7天年假已经实施，所以2月1日10天年假的内容会在2022年度发放。如果要在2021年度1月1日开始发放10天，需要在更改好10天年假的假期先移除「适用员工」，保存后再次进入年假，重新加入员工。&#x20;

而在1月1日至2月1日期间的3天请假纪录（根据7天年假而扣），需要在请假纪录导出，再重新导入，才可以连系到10天年假的额度。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.yoov.com/yoov-work/zh-cn/faq/jia-qi-guan-li/jia-qi-guan-li-wei-shen-me-jia-qi-geng-gai-hou-xi-tong-wei-you-wei-yuan-gong-geng-xin-jia-qiedu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
