zuozhengqing
2024-02-06 763f2396ea39c63112aac3a36ba9e8ecc1544f8a
src/api/product/reorderRules.js
@@ -39,3 +39,10 @@
    data
  })
}
// 获取位置列表树
export function getLocationTreeList() {
  return request({
    url: "/api-wms/v1/location/getLocationTreeList",
    method: "get"
  })
}