Browse Source

locationcode

master_hella_20240701
wangyufei 5 months ago
parent
commit
1e2322b68c
  1. 2
      src/api/wms/areabasic/index.ts

2
src/api/wms/areabasic/index.ts

@ -26,7 +26,7 @@ export const getAreaPage = async (params) => {
// 查询库区列表
export const selectAreabasicDOByCode = async (locationCode: String) => {
return await request.get({ url: `/wms/areabasic/getArea`, locationCode })
return await request.get({ url: `/wms/areabasic/getArea?locationCode=`+locationCode })
}
// 查询库区列表
export const getAreaList = async (params) => {

Loading…
Cancel
Save