This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
数据源下拉框修复type属性传入
西昌缴费二期
liangkun
2 years ago
parent
47076db58d
commit
963fd1c0ed
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View 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', {
Write
Preview
Loading…
Cancel
Save