From 07936db22415d2bed5ccf410c6aa4b52d2179d0e Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 20 Sep 2022 11:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bpmnjs/index.html | 119 +++++++++--------- .../frame/orgTreeShow/orgTreeShow.js | 8 +- 2 files changed, 64 insertions(+), 63 deletions(-) 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 }) });