Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
ac2541f2
Commit
ac2541f2
authored
Oct 20, 2022
by
武广
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改添加商品报错
parent
95a0b54e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.jsx
src/pages/GoodsManage/createModal/index.jsx
+2
-2
No files found.
src/pages/GoodsManage/createModal/index.jsx
View file @
ac2541f2
...
@@ -438,7 +438,7 @@ class goodsManage extends Component {
...
@@ -438,7 +438,7 @@ class goodsManage extends Component {
item
[
key
].
forEach
(
attr
=>
{
item
[
key
].
forEach
(
attr
=>
{
try
{
try
{
const
json
=
JSON
.
parse
(
attr
);
const
json
=
JSON
.
parse
(
attr
);
if
(
this
.
checkInAttrList
(
json
.
attributeId
))
{
if
(
this
.
checkInAttrList
(
json
.
attribute
Value
Id
))
{
attrs
.
push
(
json
);
attrs
.
push
(
json
);
}
}
}
catch
{
}
catch
{
...
@@ -448,7 +448,7 @@ class goodsManage extends Component {
...
@@ -448,7 +448,7 @@ class goodsManage extends Component {
}
else
{
}
else
{
try
{
try
{
const
json
=
JSON
.
parse
(
item
[
key
]);
const
json
=
JSON
.
parse
(
item
[
key
]);
if
(
this
.
checkInAttrList
(
json
.
attributeId
))
{
if
(
this
.
checkInAttrList
(
json
.
attribute
Value
Id
))
{
attrs
=
[
json
];
attrs
=
[
json
];
}
}
}
catch
{
}
catch
{
...
...
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