diff --git a/com.awspaas.user.apps.yili.integration/template/page/Department.html b/com.awspaas.user.apps.yili.integration/template/page/Department.html index 7b73160a..34601655 100644 --- a/com.awspaas.user.apps.yili.integration/template/page/Department.html +++ b/com.awspaas.user.apps.yili.integration/template/page/Department.html @@ -22,6 +22,9 @@ width="80%" custom-class="custom-dialog" append-to-body> + + 全屏打开 + 关闭 @@ -112,7 +115,7 @@ }})
- + 展开 折叠
@@ -181,7 +184,7 @@
- +
@@ -190,10 +193,10 @@
- +
@@ -298,7 +301,9 @@ }; if(this.treeListNodes.length === 0){ - return ''; + this.doesItExist = false; + this.concatenatedNamesTooltip = "暂无发布部门"; + return ""; } const processedNodes = filterOutChildren(this.treeListNodes); @@ -352,7 +357,8 @@ this.$refs.tree.setCheckedNodes([]); } debugger; - this.treelist = this.$refs.tree.getCheckedKeys() + this.treelist = this.$refs.tree.getCheckedKeys(); + this.treeListNodes = this.$refs.tree.getCheckedNodes(); this.selectdept = JSON.stringify(this.treelist) this.options = [] if (this.treelist.length == 0) { @@ -590,6 +596,10 @@ }, closeDialog() { this.dialogVisible = false; + }, + openInFullScreen(){ + this.dialogVisible = false; + window.open("https://yiligpt.x.digitalyili.com/libchat?lib=b8e082947190f2aa4fca0d96a5a95ea5&priv=1&sid=" + sid, "_blank"); } }, }); @@ -663,6 +673,7 @@ padding-right: 20px; } .personInfo { + line-height: 12px; font-size: 12px; display: block; height: 30px;