|
|
|
@ -5,3 +5,9 @@ export const getChooselist = data => createAPI(`/chooselist/getChooselist/${data |
|
|
|
|
|
|
|
|
|
|
|
export const getChooselistData = data => createAPI(`/chooselist/getChooselistData`,'post',data) |
|
|
|
|
|
|
|
|
|
|
|
export const getChooseListEam = data => createAPI(`/chooselist/getChooselist/${data.tagNo}`,'get',data) |
|
|
|
|
|
|
|
|
|
|
|
export const getChooseListDataEam = data => createAPI(`/chooselist/getChooselistData`,'post',data) |