diff --git a/public/bpmnjs/index.html b/public/bpmnjs/index.html index c17915134..1db0f922b 100644 --- a/public/bpmnjs/index.html +++ b/public/bpmnjs/index.html @@ -2,85 +2,84 @@ - - bpmn-js流程图 - + + bpmn-js流程图 + - - - - - - - - - - + + + + + + + + + + + + - + - -
+ +
-
-
-

出错了.

+
+
+

出错了.

-
- Import Error Details -

+                
+ Import Error Details +

+                
+
+
+ +
+
+ +
+
-
-
-
- -
- -
-
- - - - - + + + - + \ No newline at end of file diff --git a/public/components/frame/orgTreeShow/orgTreeShow.js b/public/components/frame/orgTreeShow/orgTreeShow.js index 0d238926b..b468b8cc7 100644 --- a/public/components/frame/orgTreeShow/orgTreeShow.js +++ b/public/components/frame/orgTreeShow/orgTreeShow.js @@ -10,7 +10,7 @@ orgTreeShowInfo: { orgs: [], orgId: '', - curOrg:{} + curOrg: {} } }, _initMethod: function() { @@ -18,7 +18,9 @@ }, _initEvent: function() { - + + + }, methods: { @@ -72,7 +74,7 @@ vc.emit($props.callBackListener, 'switchOrg', { orgId: data.node.original.id, - orgName:$that.orgTreeShowInfo.curOrg.text + orgName: $that.orgTreeShowInfo.curOrg.text }) });