Explorar el Código

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

master
liangkun hace 3 años
padre
commit
5a51d861f3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar