yangfeng
2023-09-27 496ab649c883f9be20fa982da9918889cdd18282
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
  })
}