处理问题

This commit is contained in:
wanggeng 2021-10-13 14:01:06 +08:00
parent 269648e255
commit 843376b1b1

View File

@ -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);