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