From 269648e25539e1ff87742ae9bf06a8a508955b8c Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Wed, 13 Oct 2021 13:59:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88form=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=BC=96=E7=A0=81?= 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/service-department/src/main/resources/templates/department/user/select-user.html b/service-department/src/main/resources/templates/department/user/select-user.html index d97a808b..f79db9a2 100644 --- a/service-department/src/main/resources/templates/department/user/select-user.html +++ b/service-department/src/main/resources/templates/department/user/select-user.html @@ -204,7 +204,7 @@ top.restAjax.get(top.restAjax.path('api/department/user/list/{department}', [selectedParentId]), { keywords: searchUser }, null, function(code, data) { - addSearchUserDom(data.rows); + addSearchUserDom(data); }, function(code, data) { top.dialog.msg(data.msg); }, function() {