Commit 46058aa3 authored by XieZhiXiong's avatar XieZhiXiong

chore: 替换接口

parent 55e7ad6b
......@@ -36,7 +36,7 @@ const supplierColumns = [
// 获取供应会员
const getSupplier = async (params) => {
const res = await PublicApi.getMemberManageUpperProviderPage({
const res = await PublicApi.getMemberManageAftersaleReplacePage({
...params,
})
if (res.code === 1000) {
......
......@@ -36,7 +36,7 @@ const supplierColumns = [
// 获取供应会员
const getSupplier = async (params) => {
const res = await PublicApi.getMemberManageUpperProviderPage({
const res = await PublicApi.getMemberManageAftersaleReplacePage({
...params,
})
if (res.code === 1000) {
......
......@@ -36,7 +36,7 @@ const supplierColumns = [
// 获取供应会员
const getSupplier = async (params) => {
const res = await PublicApi.getMemberManageUpperProviderPage({
const res = await PublicApi.getMemberManageAftersaleReplacePage({
...params,
})
if (res.code === 1000) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment