Browse Source

后端请求地址 2023年3月1日 sxm

java8
[li_she] 3 years ago
parent
commit
93b80ac0cd
  1. 4
      src/api/chooselist/chooselist.js

4
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)
Loading…
Cancel
Save