Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Yossapol
/
transaction-log
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d87f7bf1
authored
Feb 18, 2019
by
Thanaporn Rattanaburi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated : eventEmitter.emit
1 parent
62cfc00b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/templates/form/wdsTransLog/WDSSearch.jsx
src/templates/form/wdsTransLog/WDSSearch.jsx
View file @
d87f7bf
...
...
@@ -48,7 +48,7 @@ class WDSSearch extends Component {
this
.
props
.
form
.
validateFields
((
err
,
values
)
=>
{
if
(
!
err
)
{
console
.
log
(
'Transaction Search values of form: '
,
values
)
this
.
props
.
eventEmitter
.
emit
(
EventConstants
.
SEARCH_LOG
S
,
values
)
this
.
props
.
eventEmitter
.
emit
(
EventConstants
.
SEARCH_LOG
,
values
)
}
})
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment