Browse Source

get

hella_online_20240829
wangyufei 2 months ago
parent
commit
8712223c6f
  1. 4
      src/api/wms/demandforecastingDetail/index.ts

4
src/api/wms/demandforecastingDetail/index.ts

@ -115,6 +115,6 @@ export const getPageTableHead = async (params) => {
// 查询版本号
export const queryVersion = async (data) => {
return await request.post({ url: `/wms/demandforecasting-detail/queryVersion`, data })
export const queryVersion = async (params) => {
return await request.get({ url: `/wms/demandforecasting-detail/queryVersion`, params })
}
Loading…
Cancel
Save