mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
c2dbd77172
commit
07936db224
@ -10,20 +10,19 @@
|
||||
<link rel="stylesheet" href="vendor/bpmn-js/assets/bpmn-font/css/bpmn-embedded.css" />
|
||||
<link rel="stylesheet" href="vendor/bpmn-js-properties-panel/assets/bpmn-js-properties-panel.css" />
|
||||
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
|
||||
<link href="/css/plugins/jsTree/style.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/vc-ui.css" />
|
||||
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
|
||||
<script src="/js/vue/vue.min.js"></script>
|
||||
<script src="/js/vue/vue-resource.min.js"></script>
|
||||
<script src="/js/bootstrap/bootstrap.min.js"></script>
|
||||
<script src="/js/plugins/jsTree/jstree.min.js"></script>
|
||||
<link rel="stylesheet" href="app.css" />
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
orgTreeShowInfo: {
|
||||
orgs: [],
|
||||
orgId: '',
|
||||
curOrg:{}
|
||||
curOrg: {}
|
||||
}
|
||||
},
|
||||
_initMethod: function() {
|
||||
@ -19,6 +19,8 @@
|
||||
},
|
||||
_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
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user