From 66f97e067569bc8262df1d086623570d1330292f Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Tue, 24 Oct 2023 11:22:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2onLo?= =?UTF-8?q?ad=E4=BA=8B=E4=BB=B6=E6=9C=AA=E5=A4=84=E7=90=86=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/process/components/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) })