This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhenggm
/
smtweb2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改js_event模板
master
FLYPHT
2 years ago
parent
c35474710f
commit
d925bff973
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
smtweb-framework/sw-system-bpm/src/main/resources/static/template/js_event.ftl
+ 1
- 0
smtweb-framework/sw-system-bpm/src/main/resources/static/template/js_event.ftl
View File
@@ -6,6 +6,7 @@ window.$swEvent.setup("${eventPath}", {
setup(page){
setup(page){
const { $params,$refs, $widgets, $model, $utils, $tabRouter, $api } = page || {};
const { $params,$refs, $widgets, $model, $utils, $tabRouter, $api } = page || {};
const { $$message, $$http } = $utils || {};
const { $$message, $$http } = $utils || {};
// 示例
// 示例
const demoFunc = () => {
const demoFunc = () => {
Write
Preview
Loading…
Cancel
Save