소스 검색

数据源下拉框修复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', {


불러오는 중...
취소
저장