Compare commits
2 Commits
1c91622119
...
869b898673
| Author | SHA1 | Date | |
|---|---|---|---|
| 869b898673 | |||
| a47b2fac79 |
@ -229,7 +229,7 @@ export function useInquiry(
|
||||
const shouldThrowError = false
|
||||
|
||||
const resp = await tryFunction(
|
||||
() => axiosInstance(null).get<CommonCode[]>('/api/comm-code', { params: { headCode: 'QNA_CD' } }),
|
||||
() => axiosInstance(null).get<CommonCode[]>('/api/comm-code', { params: { headId: 'QNA_CD' } }),
|
||||
isListQuery,
|
||||
shouldThrowError,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user