This commit is contained in:
Timer
2026-03-27 23:46:04 +08:00
parent a5ac9fb038
commit 596b2a68bf
14 changed files with 164 additions and 16 deletions

View File

@ -88,9 +88,14 @@
$("#search_pid").select2({
ajax: {
type:'POST',
url: ext.contextPath +"/work/group/getListForSelect.do",
url: ext.contextPath +"/user/getDeptByBizId4Select.do",
dataType: 'json',
delay: 250,
data: function (params) {
return {
companyId: '${companyId}'
};
},
processResults: function (data) {
return {
results: data