处理问题
This commit is contained in:
parent
269648e255
commit
843376b1b1
@ -201,7 +201,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var loadLayerIndex;
|
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
|
keywords: searchUser
|
||||||
}, null, function(code, data) {
|
}, null, function(code, data) {
|
||||||
addSearchUserDom(data);
|
addSearchUserDom(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user