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