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