fix bug query isRetire for round special
This commit is contained in:
parent
b71859c5a5
commit
e7076ee06c
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue