diff --git a/pc4backstage/hrmAttendance/stores/vacationRemain.js b/pc4backstage/hrmAttendance/stores/vacationRemain.js index 972304d..d7a2c11 100644 --- a/pc4backstage/hrmAttendance/stores/vacationRemain.js +++ b/pc4backstage/hrmAttendance/stores/vacationRemain.js @@ -208,9 +208,10 @@ class VacationRemainStore { return; } - if (!this.isDatasNormal()) { - return; - } + //#2458933# 假期余额去除条件限制 + // if (!this.isDatasNormal()) { + // return; + // } const params = { datas: JSON.stringify(this.tableListStore.tableStore.datas),