Sfoglia il codice sorgente

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

master
liangkun 3 anni fa
parent
commit
5a51d861f3
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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 Vedi File

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


Caricamento…
Annulla
Salva