From 7feab1c3589d33a4c9f50a7e509ec393e67dfb0c Mon Sep 17 00:00:00 2001 From: yujh Date: Thu, 31 Oct 2024 15:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E8=A7=86=E5=9B=BE=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/page/Department.html | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) 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;