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
shenshaokai
jinfa-platform
Commits
ce02c6bd
Commit
ce02c6bd
authored
Mar 24, 2022
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 招标,抽取专家,按条件抽取专家时保存,报服务内部错误
parent
cd90bd38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
index.tsx
...s/procurement/callForBids/addRemarkBidCommittee/index.tsx
+12
-2
No files found.
src/pages/procurement/callForBids/addRemarkBidCommittee/index.tsx
View file @
ce02c6bd
...
...
@@ -146,12 +146,22 @@ const AddRemarkBidCommittee: React.FC<AddRemarkBidCommitteeProps> = (props) => {
const
inviteTenderId
=
value
[
'inviteTender'
][
'id'
]
let
_value
=
omit
(
value
,
[
'code'
,
'createTime'
,
'openTenderTime'
,
'projectName'
,
'remarkTime'
,
'status'
,
'inviteTender'
])
_value
.
inviteTender
=
{
id
:
inviteTenderId
}
_value
.
expertExtractRecordList
=
value
?.
expertExtractRecordList
?.
length
?
value
.
expertExtractRecordList
.
map
(
item
=>
({
_value
.
expertExtractRecordList
=
value
?.
expertExtractRecordList
?.
length
?
value
.
expertExtractRecordList
.
map
(
item
=>
{
if
(
pageStatus
===
PageStatus
.
ADD
)
{
return
{
expert
:
{
id
:
item
.
expert
.
id
},
source
:
item
.
source
,
status
:
item
.
status
}
}
else
{
return
{
id
:
item
.
id
,
expert
:
{
id
:
item
.
expert
.
id
},
source
:
item
.
source
,
status
:
item
.
status
}))
:
[]
}
}
})
:
[]
_value
.
expertExtractQueryList
=
value
.
expertExtractQueryList
.
map
(
item
=>
omit
(
item
,
[
'excludeArea'
,
'needArea'
]))
if
(
_value
.
expertExtractRecordList
?.
length
)
{
postPurchaseExpertExtractSaveOrUpdateExpertExtract
(
_value
).
then
(
res
=>
{
...
...
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