Explorar el Código

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

西昌缴费二期
liangkun hace 2 años
padre
commit
963fd1c0ed
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 fichero

@@ -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', {


Cargando…
Cancelar
Guardar