fix bug เงินเดือน
This commit is contained in:
parent
d9b8b4f864
commit
eaf61923b7
2 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ function fetchDataPeriod(id: string) {
|
||||||
pageSize: formFilter.pageSize.toString(),
|
pageSize: formFilter.pageSize.toString(),
|
||||||
keyword: formFilter.keyword,
|
keyword: formFilter.keyword,
|
||||||
type: store.tabType === "RETIRE" ? "" : store.tabType,
|
type: store.tabType === "RETIRE" ? "" : store.tabType,
|
||||||
isRetire: store.tabType === "RETIRE" ? true : null,
|
isRetire: store.tabType === "RETIRE" ? "1" : null,
|
||||||
};
|
};
|
||||||
|
|
||||||
http
|
http
|
||||||
|
|
|
||||||
|
|
@ -263,7 +263,7 @@ function fetchDataPeriod(id: string) {
|
||||||
pageSize: formFilter.pageSize.toString(),
|
pageSize: formFilter.pageSize.toString(),
|
||||||
keyword: formFilter.keyword,
|
keyword: formFilter.keyword,
|
||||||
type: store.tabType === "RETIRE" ? "" : store.tabType,
|
type: store.tabType === "RETIRE" ? "" : store.tabType,
|
||||||
isRetire: store.tabType === "RETIRE" ? true : null,
|
isRetire: store.tabType === "RETIRE" ? "1" : null,
|
||||||
};
|
};
|
||||||
|
|
||||||
http
|
http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue