songshankun
2023-09-22 d5c935fbaf14f3c0632a03a73536b127742717ca
src/api/common/other.js
@@ -2,8 +2,8 @@
import axios from "axios"
// 负责人
export const getMemberList = async (data) => {
  return await axios.get(`/api/m/getMemberList`, {
export const getMemberListFromGrpc = async (data) => {
  return await axios.get(`/api/m/getMemberListFromGrpc`, {
    params: data
  })
}