郑根木 2 years ago
parent
commit
f182e24071
1 changed files with 4 additions and 14 deletions
  1. +4
    -14
      smtweb-system/sw-system-bpm/src/main/resources/static/bpm/event.js

+ 4
- 14
smtweb-system/sw-system-bpm/src/main/resources/static/bpm/event.js View File

@@ -1,17 +1,7 @@
// 注册事件类 // 注册事件类
window.$swEvent.setup("defaultEvent", { window.$swEvent.setup("defaultEvent", {
init(options) {
},

page$onInit(e) {
console.log("onInit", e);
},

sysUser$onLoad(e) {
console.log("onLoad", e);
},

userNickCode$onChange(e) {
console.log("onChange", e);
},
setup(page){
return {
}
}
}); });

Loading…
Cancel
Save