diff --git a/src/views/plugin/workflow/process/components/detail.vue b/src/views/plugin/workflow/process/components/detail.vue index 9fa8f59..a2f338d 100644 --- a/src/views/plugin/workflow/process/components/detail.vue +++ b/src/views/plugin/workflow/process/components/detail.vue @@ -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')) })