From 3789a81eb0f5923a223cf41c46835e1b9031f61d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 14 九月 2022 19:51:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/cstmr/cstmr.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js index 3a934a6..f12dc04 100644 --- a/src/main/webapp/static/js/cstmr/cstmr.js +++ b/src/main/webapp/static/js/cstmr/cstmr.js @@ -20,7 +20,7 @@ var organizationTree; window.loadTree = function(condition){ $.ajax({ - url: baseUrl+"/tag/tree/auth", + url: baseUrl+"/dept/tree/auth", headers: {'token': localStorage.getItem('token')}, data: { 'condition': condition -- Gitblit v1.9.1