From 65d5079250bbee139ef2513f1451e814a3df5ac5 Mon Sep 17 00:00:00 2001
From: gongfuxiang <2499232802@qq.com>
Date: Sat, 2 Mar 2019 22:58:42 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2ui=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/static/common/js/common.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/static/common/js/common.js b/public/static/common/js/common.js
index 7bb693bba..31751cc68 100755
--- a/public/static/common/js/common.js
+++ b/public/static/common/js/common.js
@@ -544,7 +544,7 @@ function Tree(id, url, level, is_add_node, is_delete_all)
var rank = tmp_level/20+1;
if(is_add_node == 1 && (is_astrict_rank == 0 || rank < is_astrict_rank))
{
- html += '';
+ html += '';
}
// 编辑
@@ -555,7 +555,7 @@ function Tree(id, url, level, is_add_node, is_delete_all)
var pid_class = is_delete_all == 1 ? '.tree-pid-'+result.data[i]['id'] : '';
// 删除
- html += '';
+ html += '';
}
html += '';
// 操作项 end