|
|
|
@ -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) |