Sfoglia il codice sorgente

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

西昌缴费二期
liangkun 2 anni fa
parent
commit
963fd1c0ed
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 Vedi File

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


Caricamento…
Annulla
Salva