|
|
|
@ -6,5 +6,7 @@ export const getChooselist = data => createAPI(`/chooselist/getChooselist/${data |
|
|
|
|
|
|
|
export const getChooselistData = data => createAPI(`/chooselist/getChooselistData`,'post',data) |
|
|
|
|
|
|
|
export const getChooselistEam = data => createAPI() |
|
|
|
export const getChooselistDataEam = data => createAPI() |
|
|
|
export const getChooselistEam = data => createAPI(`/chooselist/getChooselist/${data.tagNo}`,'get',data) |
|
|
|
|
|
|
|
|
|
|
|
export const getChooselistDataEam = data => createAPI(`/chooselist/getChooselistData`,'post',data) |