公告板
版本库
filestore
活动
搜索
登录
web
/
WMS
仓库管理系统页面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
概述的位置仓库 ,源位置,仓库位置 接口调整为查询对应仓库的位置
haoxuan
2023-10-23
b82019ffead8666dd2167c81b97f18d390b0cba5
[web/WMS.git]
/
src
/
api
/
common
/
other.js
1
2
3
4
5
6
7
8
9
// import request from "@/common/untils/request.js"
import axios from "axios"
// 查询公司列表
export const getCompanyList = async (data) => {
return await axios.get(`/api-wms/v1/company/company`, {
params: data
})
}