年假余额页面支持负数

This commit is contained in:
Chengliang 2023-07-27 13:50:44 +08:00
parent f842befed0
commit ec18ccf007
1 changed files with 4 additions and 3 deletions

View File

@ -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),