4.3 修复修改负责人接口
This commit is contained in:
@ -2,7 +2,7 @@ import React, { useState, useRef, } from 'react';
|
|||||||
import { Button, Tabs, Form, Input, Modal, Checkbox, message, PageHeader, Popconfirm, Progress, Spin } from 'antd';
|
import { Button, Tabs, Form, Input, Modal, Checkbox, message, PageHeader, Popconfirm, Progress, Spin } from 'antd';
|
||||||
import ProTable, { ActionType, ProColumns } from '@ant-design/pro-table';
|
import ProTable, { ActionType, ProColumns } from '@ant-design/pro-table';
|
||||||
import { getSection, exitProject, getProject, getOther, supplierRegister, exitProjectPayCheck } from './service';
|
import { getSection, exitProject, getProject, getOther, supplierRegister, exitProjectPayCheck } from './service';
|
||||||
import { getSupplierUser } from '@/utils/SupplierList/service'
|
import { getSupplierUserByUserInfo } from '@/utils/SupplierList/service'
|
||||||
import { getProMethod, getSessionUserData } from '@/utils/session';
|
import { getProMethod, getSessionUserData } from '@/utils/session';
|
||||||
import '@/assets/ld_style.less';
|
import '@/assets/ld_style.less';
|
||||||
import { history } from 'umi';
|
import { history } from 'umi';
|
||||||
@ -600,7 +600,7 @@ const Index: React.FC<{}> = () => {
|
|||||||
actionRef={actionRef}//action触发后更新表格
|
actionRef={actionRef}//action触发后更新表格
|
||||||
columns={personColumns}
|
columns={personColumns}
|
||||||
request={async (params) =>
|
request={async (params) =>
|
||||||
await getSupplierUser({
|
await getSupplierUserByUserInfo({
|
||||||
...params,
|
...params,
|
||||||
partnerMdmCode: organId,
|
partnerMdmCode: organId,
|
||||||
pageNum: params.current,
|
pageNum: params.current,
|
||||||
|
@ -17,8 +17,8 @@ export async function getSupplierList(params: any) {
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/*获取供应商联系人信息 后端 山分 */
|
/*获取供应商联系人信息 后端 吉分20230331版本 */
|
||||||
export async function getSupplierUser(params: any) {
|
export async function getSupplierUserByUserInfo(params: any) {
|
||||||
/*
|
/*
|
||||||
*暂无url
|
*暂无url
|
||||||
* */
|
* */
|
||||||
@ -30,4 +30,18 @@ export async function getSupplierUser(params: any) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
/*获取供应商联系人信息 后端 山分 */
|
||||||
|
export async function getSupplierUser(params: any) {
|
||||||
|
/*
|
||||||
|
*暂无url
|
||||||
|
* */
|
||||||
|
return request('/api/api/core-service-supplierbase/outer/v1.0/serviceEshopProviderEmpMdm/findUserCountListBySupplierCodePage', {
|
||||||
|
method: 'post',
|
||||||
|
data: {
|
||||||
|
...params
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user