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
13d9695b
Commit
13d9695b
authored
Aug 31, 2022
by
wzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 物料-关联供应商-未保存数据
parent
2a3f2151
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
add.tsx
src/pages/commodity/material/materialPendingAdd/add.tsx
+1
-3
No files found.
src/pages/commodity/material/materialPendingAdd/add.tsx
View file @
13d9695b
...
...
@@ -106,13 +106,11 @@ const MaterialAdd: React.FC<IProps> = (props) => {
state
.
props
.
enum
=
[
...
enum_
,
...
data
.
map
((
item
)
=>
({
...
item
,
label
:
item
[
'name'
],
value
:
item
[
key_val
]
}))
];
state
.
originData
=
[
...
enum_
,
...
data
];
})
})
},
300
);
...
...
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