zuozhengqing
2023-10-23 e4dc63eeeb30bf97e1767eb1da49031216ed24ac
src/api/common/other.js
@@ -1,9 +1,9 @@
// import request from "@/common/untils/request.js"
import axios from "axios"
// 负责人
export const getMemberListFromGrpc = async (data) => {
  return await axios.get(`/api/m/getMemberListFromGrpc`, {
// 查询公司列表
export const getCompanyList = async (data) => {
  return await axios.get(`/api-wms/v1/company/company`, {
    params: data
  })
}