mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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/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="vendor/bpmn-js-properties-panel/assets/bpmn-js-properties-panel.css" />
|
||||||
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.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" />
|
<link rel="stylesheet" href="/css/vc-ui.css" />
|
||||||
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
|
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
|
||||||
<script src="/js/vue/vue.min.js"></script>
|
<script src="/js/vue/vue.min.js"></script>
|
||||||
<script src="/js/vue/vue-resource.min.js"></script>
|
<script src="/js/vue/vue-resource.min.js"></script>
|
||||||
<script src="/js/bootstrap/bootstrap.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" />
|
<link rel="stylesheet" href="app.css" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
orgTreeShowInfo: {
|
orgTreeShowInfo: {
|
||||||
orgs: [],
|
orgs: [],
|
||||||
orgId: '',
|
orgId: '',
|
||||||
curOrg:{}
|
curOrg: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_initMethod: function() {
|
_initMethod: function() {
|
||||||
@ -19,6 +19,8 @@
|
|||||||
},
|
},
|
||||||
_initEvent: function() {
|
_initEvent: function() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
@ -72,7 +74,7 @@
|
|||||||
|
|
||||||
vc.emit($props.callBackListener, 'switchOrg', {
|
vc.emit($props.callBackListener, 'switchOrg', {
|
||||||
orgId: data.node.original.id,
|
orgId: data.node.original.id,
|
||||||
orgName:$that.orgTreeShowInfo.curOrg.text
|
orgName: $that.orgTreeShowInfo.curOrg.text
|
||||||
})
|
})
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user