From a3a2772ac1091c933b8c7c07c96ea5ecdae3f3d1 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 21 八月 2023 12:53:04 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/cstmr/cstmr.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js index 6a19a12..88f1123 100644 --- a/src/main/webapp/static/js/cstmr/cstmr.js +++ b/src/main/webapp/static/js/cstmr/cstmr.js @@ -81,13 +81,15 @@ // 鏍戝舰鍥� var organizationTree; - window.loadTree = function(condition){ + window.loadTree = function(followerName,conditionName,condition){ var loadIndex = layer.load(2); $.ajax({ url: baseUrl+"/dept/user/tree/auth", headers: {'token': localStorage.getItem('token')}, data: { - 'condition': condition + 'followerName' : followerName, + 'conditionName' : conditionName, + 'condition' : condition }, method: 'POST', success: function (res) { @@ -140,6 +142,7 @@ // ,{field: 'id', align: 'center',title: 'ID'} // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'} ,{field: 'name', align: 'left',title: '瀹㈡埛鍚嶇О', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 350} + ,{field: 'simple', align: 'left',title: '瀹㈡埛绠�绉�', hide: false} ,{field: 'uuid', align: 'left',title: '瀹㈡埛浠e彿'} ,{field: 'addr', align: 'left',title: '璇︾粏鍦板潃', templet:function(d){return emptyShow(d.addr)}} ,{field: 'tel', align: 'left',title: '鐢佃瘽', templet:function(d){return emptyShow(d.tel)}} @@ -148,7 +151,6 @@ ,{field: 'userId$', align: 'left',title: '娣诲姞浜哄憳'} ,{field: 'createTime$', align: 'left',title: '娣诲姞鏃堕棿'} ,{field: 'deptId$', align: 'left',title: '鎵�灞為儴闂�', hide: true} - ,{field: 'simple', align: 'left',title: '瀹㈡埛绠�绉�', hide: true} ,{field: 'rela', align: 'left',title: '瀹㈡埛鍏崇郴', hide: true} ,{field: 'contacts', align: 'left',title: '瀹㈡埛鑱旂郴浜�', hide: true} ,{field: 'director$', align: 'left',title: '璐熻矗浜�', hide: true} -- Gitblit v1.9.1