提交 f259d69a 编写于 作者: laizhilong's avatar laizhilong

统一资源树标题改为自定义资源

上级 10e937c5
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</div> </div>
</context-menu-container> </context-menu-container>
</div> </div>
<!--统一资源--> <!--自定义资源-->
<div class="center" :style="{width : '33%',border:'1px solid #dcdee2' }"> <div class="center" :style="{width : '33%',border:'1px solid #dcdee2' }">
<context-menu-container class='design-tree-container'> <context-menu-container class='design-tree-container'>
<div> <div>
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
protected CDdata: any = []; protected CDdata: any = [];
/*数据能力数据*/ /*数据能力数据*/
protected QXdata: any = []; protected QXdata: any = [];
/*统一资源数据*/ /*自定义资源数据*/
protected ZYdata: any = []; protected ZYdata: any = [];
/*默认选中节点*/ /*默认选中节点*/
protected defaultCheckedNodes: any = []; protected defaultCheckedNodes: any = [];
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
protected CDdataexpandedKeys: any = []; protected CDdataexpandedKeys: any = [];
/*数据能力数据默认展开节点*/ /*数据能力数据默认展开节点*/
protected QXdataexpandedKeys: any = []; protected QXdataexpandedKeys: any = [];
/*统一资源数据默认展开节点*/ /*自定义资源数据默认展开节点*/
protected ZYdataexpandedKeys: any = []; protected ZYdataexpandedKeys: any = [];
/** /**
...@@ -450,7 +450,7 @@ ...@@ -450,7 +450,7 @@
*/ */
private initTree() { private initTree() {
const _this = this; const _this = this;
// get全部菜单和数据能力和统一资源的请求路径 // get全部菜单和数据能力和自定义资源的请求路径
const url = `sysroles/`+_this.srfparentkey+`/sysrolepermissions/tree`; const url = `sysroles/`+_this.srfparentkey+`/sysrolepermissions/tree`;
this.$http.get(url).then((response: any) => { this.$http.get(url).then((response: any) => {
if (!response || response.status !== 200) { if (!response || response.status !== 200) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册