chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f0de3cc7a99ae59a8faaa1d00952f981d22db420
Authored by
梁灏
2019-03-20 14:35:29 +0800
1 parent
bb9f1932
ref #5452
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/components/modal/confirm.js
Inline
Side-by-side
src/components/modal/confirm.js
Wrap text
Show/Hide comments
View file @
f0de3cc
...
...
@@ -109,7 +109,8 @@ Modal.newInstance = properties => {
109
109
on: {
110
110
input: (status) => {
111
111
this.visible = status;
112
- }
112
+ },
113
+ 'on-cancel': this.cancel
113
114
}
114
115
}, [
115
116
h('div', {
...
...