You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
474 B

import { createAPI } from "@/utils/httpRequest.js";
export const getChooselist = data => createAPI(`api/chooselist/getChooselist/${data.tagNo}`,'get',data)
export const getChooselistData = data => createAPI(`api/chooselist/getChooselistData`,'post',data)
export const getChooselistEam = data => createAPI(`api/chooselist/getChooselist/${data.tagNo}`,'get',data)
export const getChooselistDataEam = data => createAPI(`api/chooselist/getChooselistData`,'post',data)