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
2aa28f01
Commit
2aa28f01
authored
Jul 30, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 交易规则添加skuId字段
parent
d0046413
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
addRule.tsx
src/pages/transaction/transactionRules/addRule.tsx
+2
-2
No files found.
src/pages/transaction/transactionRules/addRule.tsx
View file @
2aa28f01
...
@@ -30,8 +30,8 @@ const AddRule:React.FC<{}> = (props) => {
...
@@ -30,8 +30,8 @@ const AddRule:React.FC<{}> = (props) => {
setIsDisabled
(
true
)
setIsDisabled
(
true
)
if
(
values
?.
products
)
if
(
values
?.
products
)
values
.
products
=
values
.
products
.
map
(
item
=>
({
values
.
products
=
values
.
products
.
map
(
item
=>
({
product
Id
:
item
.
id
,
sku
Id
:
item
.
id
,
commodity
Id
:
item
.
commodityId
,
product
Id
:
item
.
commodityId
,
name
:
item
.
name
,
name
:
item
.
name
,
category
:
item
.
customerCategoryName
,
category
:
item
.
customerCategoryName
,
priceType
:
item
.
priceType
,
priceType
:
item
.
priceType
,
...
...
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