Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
70c9e61b156b42c39007309b69eaf774df551183
Authored by
潘钊
2018-02-04 21:39:29 +0800
1 parent
f0f3f6e1
打开嵌入报表时,触发change 事件
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/resources/static/real_control_v2/js/forms/wrap.html
src/main/resources/static/real_control_v2/js/forms/wrap.html
View file @
70c9e61
...
...
@@ -192,6 +192,8 @@
192
192
});
193
193
194
194
cb && cb($(selector));
195
+
196
+ $('#line', '.form-page-content').trigger('change');
195
197
});
196
198
197
199
return $(selector);
...
...