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