年假余额页面支持负数
This commit is contained in:
parent
f842befed0
commit
ec18ccf007
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue