Ver código fonte

数据源下拉框修复type属性传入

西昌缴费二期
liangkun 2 anos atrás
pai
commit
963fd1c0ed
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js

+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js Ver arquivo

@@ -460,6 +460,9 @@
if (!op.code) {
return $(this);
}
if (!!op.type) {
dfop.type = op.type;
}
var $select = $(this).lrselect(dfop);

learun.clientdata.getAllAsync('sourceData', {


Carregando…
Cancelar
Salvar