Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
515b94a7
Commit
515b94a7
authored
Mar 08, 2022
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 更改会员入库协议接口
parent
85441ed4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.tsx
src/pages/member/memberQuery/applyMember/index.tsx
+4
-2
No files found.
src/pages/member/memberQuery/applyMember/index.tsx
View file @
515b94a7
...
...
@@ -28,7 +28,7 @@ import {
postMemberAbilityInfoApply
,
postMemberAbilityInfoDepositDetailUpdate
,
}
from
'@/services/MemberV2Api'
;
import
{
getManage
ContentNoticeFindAllByColumnType
}
from
'@/services/ManageV2Api'
;
import
{
getManage
MemberNoticeFindByColumnTypeMemberInfo
}
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
getManage
ContentNoticeFindAllByColumnType
({
const
res
=
await
getManage
MemberNoticeFindByColumnTypeMemberInfo
({
columnType
:
`
${
3
}
`
,
memberId
:
`
${
upperMemberId
}
`
,
roleId
:
`
${
upperRoleId
}
`
,
});
if
(
res
.
code
===
1000
)
{
setAgreement
(
res
.
data
&&
res
.
data
.
length
?
res
.
data
[
0
].
content
:
''
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment