From c5356be2f4f2444ebc2fe53de3d491445ab3d045 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 24 七月 2023 09:57:24 +0800 Subject: [PATCH] #甲方单位搜索 --- src/main/webapp/static/js/cstmr/cstmr.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js index 6a19a12..76a54ba 100644 --- a/src/main/webapp/static/js/cstmr/cstmr.js +++ b/src/main/webapp/static/js/cstmr/cstmr.js @@ -81,12 +81,13 @@ // 鏍戝舰鍥� var organizationTree; - window.loadTree = function(condition){ + window.loadTree = function(conditionName,condition){ var loadIndex = layer.load(2); $.ajax({ url: baseUrl+"/dept/user/tree/auth", headers: {'token': localStorage.getItem('token')}, data: { + 'conditionName': conditionName, 'condition': condition }, method: 'POST', -- Gitblit v1.9.1