fix: 详情页面onLoad事件未处理的问题

master 1.9.0@Saber3.1.0
ssc 2 years ago
parent fa80b30b3d
commit 66f97e0675
  1. 2
      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'))
})

Loading…
Cancel
Save