소스 검색

增加流程选择人员下拉框处查询功能

master
liangkun 3 년 전
부모
커밋
5a51d861f3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/SelectUserForm.js

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/SelectUserForm.js 파일 보기

@@ -26,7 +26,8 @@ var bootstrap = function ($, learun) {
type: 'multiple',
data: _list,
value: 'Id',
text: 'Name'
text: 'Name',
allowSearch:true
});
}
});


불러오는 중...
취소
저장