Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
shuniu-admin-react
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
superman
shuniu-admin-react
Commits
282b4461
Commit
282b4461
authored
Jul 29, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
d440ae79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.js
dist/index.js
+1
-1
trade.js
src/sagas/trade.js
+1
-1
No files found.
dist/index.js
View file @
282b4461
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/sagas/trade.js
View file @
282b4461
...
...
@@ -79,7 +79,7 @@ function* watchAdd() {
function
*
settlement
(
id
)
{
try
{
yield
item
=
call
(
settlementItem
,
id
);
const
item
=
yield
call
(
settlementItem
,
id
);
message
.
success
(
'发放成功!'
);
yield
put
({
type
:
'SETTLEMENT_TRADE_ITEM_SUCCESS'
,
...
...
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