年假余额页面支持负数

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; return;
} }
if (!this.isDatasNormal()) { //#2458933# 假期余额去除条件限制
return; // if (!this.isDatasNormal()) {
} // return;
// }
const params = { const params = {
datas: JSON.stringify(this.tableListStore.tableStore.datas), datas: JSON.stringify(this.tableListStore.tableStore.datas),