From 843376b1b1a71922321447077950ce4f4b71ada4 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Wed, 13 Oct 2021 14:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/department/user/select-user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-oauth2-client/src/main/resources/templates/department/user/select-user.html b/login-oauth2-client/src/main/resources/templates/department/user/select-user.html index fa0d0820..cbb56f53 100644 --- a/login-oauth2-client/src/main/resources/templates/department/user/select-user.html +++ b/login-oauth2-client/src/main/resources/templates/department/user/select-user.html @@ -201,7 +201,7 @@ return; } var loadLayerIndex; - top.restAjax.get(top.restAjax.path('api/department/user/listpage/{department}', [selectedParentId]), { + top.restAjax.get(top.restAjax.path('api/department/user/list/{department}', [selectedParentId]), { keywords: searchUser }, null, function(code, data) { addSearchUserDom(data);