From 4458e81b98974414489f62bdba88b8835fe92ff3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 13 九月 2022 09:55:52 +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