haoxuan
2024-04-19 4c71426795d126d0491f2e4105090273909e6d51
src/api/product/reorderRules.js
@@ -39,11 +39,10 @@
    data
  })
}
// 获取位置列表
export function getLocationList(data) {
// 获取位置列表树
export function getLocationTreeList() {
  return request({
    url: "/api-wms/v1/location/getLocationList",
    method: "post",
    data
    url: "/api-wms/v1/location/getLocationTreeList",
    method: "get"
  })
}