郑根木 2 years ago
parent
commit
96563776dd
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      smtweb-framework/bpm/src/main/resources/static/template/js_event.ftl

+ 4
- 3
smtweb-framework/bpm/src/main/resources/static/template/js_event.ftl View File

@@ -4,8 +4,9 @@
*/ */
window.$swEvent.setup("${eventPath}", { window.$swEvent.setup("${eventPath}", {
setup(page){ setup(page){
const { $params,$refs, $widgets, $model, $utils, $tabRouter, $api } = page;
const { $$message, $$http } = $utils;
const { $params,$refs, $widgets, $model, $utils, $tabRouter, $api } = page || {};
const { $$message, $$http } = $utils || {};

// 示例 // 示例
const demoFunc = () => { const demoFunc = () => {


@@ -14,4 +15,4 @@ window.$swEvent.setup("${eventPath}", {
demoFunc, demoFunc,
} }
} }
});
});

Loading…
Cancel
Save