公告板
版本库
filestore
活动
搜索
登录
web
/
WMS
仓库管理系统页面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
style: 调整表格组件行高/页头/字体/字号/颜色
songshankun
2023-10-17
f3f3cce9ae4f9df2de4832d256e75911f78c74f9
[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
})
}