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
bcd533b4
Commit
bcd533b4
authored
Dec 04, 2020
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改需求发布详情 采购商品接口没传id的问题
parent
25f5b613
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
detail.tsx
src/pages/transaction/demandPosts/components/detail.tsx
+2
-2
No files found.
src/pages/transaction/demandPosts/components/detail.tsx
View file @
bcd533b4
...
...
@@ -292,7 +292,7 @@ const detailInfo: React.FC<detailParams> = (props) => {
const
fetchData
=
(
params
?:
any
)
=>
{
return
new
Promise
(
resolve
=>
{
PublicApi
.
getOrderRequisitionFormProductList
({
...
params
}).
then
(
res
=>
{
PublicApi
.
getOrderRequisitionFormProductList
({
id
,
...
params
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
const
arr
:
any
[]
=
[]
res
.
data
.
data
.
forEach
((
item
:
any
,
index
:
number
)
=>
{
...
...
@@ -520,7 +520,7 @@ const detailInfo: React.FC<detailParams> = (props) => {
{
data
.
type
===
1
&&
<
Form
.
Item
name=
'shopIds'
noStyle
wrapperCol=
{
{
span
:
24
}
}
>
<
Checkbox
.
Group
disabled
className=
{
style
.
checkbox_wrap_style
}
>
<
Row
>
<
Row
gutter=
{
[
24
,
24
]
}
>
{
goodAllIds
.
map
((
v
:
any
,
i
:
number
)
=>
{
return
(
...
...
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