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 ProTable, { ActionType, ProColumns } from '@ant-design/pro-table';
|
||||
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 '@/assets/ld_style.less';
|
||||
import { history } from 'umi';
|
||||
@ -600,7 +600,7 @@ const Index: React.FC<{}> = () => {
|
||||
actionRef={actionRef}//action触发后更新表格
|
||||
columns={personColumns}
|
||||
request={async (params) =>
|
||||
await getSupplierUser({
|
||||
await getSupplierUserByUserInfo({
|
||||
...params,
|
||||
partnerMdmCode: organId,
|
||||
pageNum: params.current,
|
||||
|
Reference in New Issue
Block a user