Commit 515b94a7 authored by XieZhiXiong's avatar XieZhiXiong

chore: 更改会员入库协议接口

parent 85441ed4
......@@ -28,7 +28,7 @@ import {
postMemberAbilityInfoApply,
postMemberAbilityInfoDepositDetailUpdate,
} from '@/services/MemberV2Api';
import { getManageContentNoticeFindAllByColumnType } from '@/services/ManageV2Api';
import { getManageMemberNoticeFindByColumnTypeMemberInfo } from '@/services/ManageV2Api';
import { normalizeFiledata, FileData } from '@/utils';
import schema, { GroupItem } from './schema';
import { useBusinessEffects } from '../../components/QualitiesUploadFormItem/effects';
......@@ -186,8 +186,10 @@ const MemberQueryApplyMember: React.FC<RouteComponentProps> = (props: any) => {
return;
}
setAgreementLoading(true);
const res = await getManageContentNoticeFindAllByColumnType({
const res = await getManageMemberNoticeFindByColumnTypeMemberInfo({
columnType: `${3}`,
memberId: `${upperMemberId}`,
roleId: `${upperRoleId}`,
});
if (res.code === 1000) {
setAgreement(res.data && res.data.length ? res.data[0].content : '');
......
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