|
|
|
@ -81,7 +81,7 @@ export default { |
|
|
|
let c = taskForm.find(s => s.id == col[props.prop]) |
|
|
|
let c = taskForm.find(s => s.id == col[props.prop]) |
|
|
|
if (c && c.readable) { |
|
|
|
if (c && c.readable) { |
|
|
|
if (!isExForm) { // 非外置表单 处理事件
|
|
|
|
if (!isExForm) { // 非外置表单 处理事件
|
|
|
|
let event = ['change', 'blur', 'click', 'focus', 'lazyLoad'] |
|
|
|
let event = ['change', 'blur', 'click', 'focus', 'lazyLoad', 'onLoad'] |
|
|
|
event.forEach(e => { |
|
|
|
event.forEach(e => { |
|
|
|
if (col[e]) col[e] = eval((col[e] + '').replace(/this/g, '_this')) |
|
|
|
if (col[e]) col[e] = eval((col[e] + '').replace(/this/g, '_this')) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|