取消form表单编码

This commit is contained in:
wanggeng 2021-10-13 13:59:41 +08:00
parent cc790e4d41
commit 269648e255

View File

@ -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() {