Преглед изворни кода

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

西昌缴费二期
liangkun пре 2 година
родитељ
комит
963fd1c0ed
1 измењених фајлова са 3 додато и 0 уклоњено
  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 Прегледај датотеку

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


Loading…
Откажи
Сачувај