From 7c2fa387d11a08b4e090615b607f058d21624971 Mon Sep 17 00:00:00 2001
From: sassassin <530521314@qq.com>
Date: Sun, 21 Jun 2020 18:19:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E9=97=A8=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E5=B7=A6=E5=8F=B3=E4=B8=A4=E4=BE=A7?=
=?UTF-8?q?=E9=AB=98=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Pear Admin v 2.0/view/system/organization.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Pear Admin v 2.0/view/system/organization.html b/Pear Admin v 2.0/view/system/organization.html
index e327a16..f0a9c74 100644
--- a/Pear Admin v 2.0/view/system/organization.html
+++ b/Pear Admin v 2.0/view/system/organization.html
@@ -8,8 +8,11 @@
@@ -149,8 +152,6 @@
}, 'filter', 'print', 'exports']
});
- $("#organizationTreeContent").height($(".layui-col-md9 .layui-card-body").height());
-
// 绑定节点点击事件
dtree.on("node(organizationTree)", function (obj) {
if (!obj.param.leaf) {
--
Gitee