zuozhengqing
2023-11-06 e7ccd2a06e4cdf3709e699507e1e15379ded5b83
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"
  })
}