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
linweijiong
jinfa-platform
Commits
b6e00a5d
Commit
b6e00a5d
authored
Jul 03, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改接口名称
parent
4c6e3ded
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
archiveInfo.tsx
src/pages/member/memberMaintain/detailed/archiveInfo.tsx
+3
-3
archiveInfo.tsx
src/pages/member/memberQuery/detailed/archiveInfo.tsx
+1
-1
No files found.
src/pages/member/memberMaintain/detailed/archiveInfo.tsx
View file @
b6e00a5d
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 16:45:32
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-18 17:04:06
* @LastEditTime: 2021-0
7-03 15:44:03
* @Description: 会员档案信息
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
...
@@ -186,7 +186,7 @@ const MemberArchiveInfo = () => {
const
getAppraisalList
=
(
params
:
ParamsType
):
Promise
<
ReponseType
<
AppraisalListItemType
>>
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
PublicApi
.
getMemberAbilityMaintenanceD
a
tailAppraisalPage
({
PublicApi
.
getMemberAbilityMaintenanceD
e
tailAppraisalPage
({
validateId
,
...
params
,
})
...
...
@@ -254,7 +254,7 @@ const MemberArchiveInfo = () => {
{
/* 分类信息 */
}
<
Col
span=
{
24
}
>
<
MemberDocCategory
dataSource=
{
archiveInfo
?.
classfication
}
dataSource=
{
archiveInfo
?.
class
i
fication
}
id=
"categoryInfo"
/>
</
Col
>
...
...
src/pages/member/memberQuery/detailed/archiveInfo.tsx
View file @
b6e00a5d
...
...
@@ -184,7 +184,7 @@ const MemberArchiveInfo = () => {
const
getAppraisalList
=
(
params
:
ParamsType
):
Promise
<
ReponseType
<
AppraisalListItemType
>>
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
PublicApi
.
getMemberAbilityInfoD
a
tailAppraisalPage
({
PublicApi
.
getMemberAbilityInfoD
e
tailAppraisalPage
({
validateId
,
...
params
,
})
...
...
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