yangfeng
2023-09-28 9a991de2a0079a8f90ed0dfa26abf4d0f95a9bb5
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
  })
}