@ -223,7 +223,7 @@ export default {
const _this = this
delete col.value
if (!taskForm || taskForm.length == 0) {
let event = ['change', 'blur', 'click', 'focus']
let event = ['change', 'blur', 'click', 'focus', 'lazyLoad', 'onLoad']
event.forEach(e => {
if (col[e]) col[e] = eval((col[e] + '').replace(/this/g, '_this'))
})