Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
f2a1d55ada
2 changed files with 137 additions and 7 deletions
|
|
@ -130,8 +130,8 @@ function fetchRoundOption() {
|
|||
function fetchList() {
|
||||
showLoader();
|
||||
const body = {
|
||||
page: store.formQuery.page,
|
||||
pageSize: store.formQuery.pageSize,
|
||||
page: formQuery.page,
|
||||
pageSize: formQuery.pageSize,
|
||||
kpiPeriodId: store.formQuery.round,
|
||||
keyword: store.formQuery.keyword
|
||||
? store.formQuery.keyword.replace(/\s+/g, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue