fix bug query isRetire for round special

This commit is contained in:
Warunee Tamkoo 2024-03-29 17:07:52 +07:00
parent b71859c5a5
commit e7076ee06c
2 changed files with 2 additions and 2 deletions

View file

@ -257,7 +257,7 @@ function fetchDataPeriod(id: string) {
keyword: formFilter.keyword,
type: store.tabType,
isRetire:
store.roundMainCode === "APR"
store.roundMainCode !== "OCT"
? null
: isRetire.value === true
? "1"

View file

@ -266,7 +266,7 @@ function fetchDataPeriod(id: string) {
keyword: formFilter.keyword,
type: store.tabType,
isRetire:
store.roundMainCode === "APR"
store.roundMainCode !== "OCT"
? null
: isRetire.value === true
? "1"