From e1583e24d38b49d8e668e7756c5fca772fd6cbc3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 16 九月 2022 09:33:22 +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