diff --git a/src/api/chooselist/chooselist.js b/src/api/chooselist/chooselist.js index 8f6efcf..945eea6 100644 --- a/src/api/chooselist/chooselist.js +++ b/src/api/chooselist/chooselist.js @@ -9,7 +9,7 @@ export const getChooselistData = data => createAPI(`api/chooselist/getChooselist -export const getChooselistEam = data => createAPI(`api/pms/chooselist/getChooselist/${data.tagNo}`,'get',data) +export const getChooselistEam = data => createAPI(`api/chooselist/getChooselist/${data.tagNo}`,'get',data) -export const getChooselistDataEam = data => createAPI(`api/pms/chooselist/getChooselistData`,'post',data) +export const getChooselistDataEam = data => createAPI(`api/chooselist/getChooselistData`,'post',data)