郑根木 2 년 전
부모
커밋
96563776dd
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  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 파일 보기

@@ -4,8 +4,9 @@
*/
window.$swEvent.setup("${eventPath}", {
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 = () => {

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

불러오는 중...
취소
저장