-
-
-
出错了.
+
+
+
出错了.
-
-
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
})
});