fix: 外置表单tab来回切换变量污染的问题

3.x
ssc 3 years ago
parent 90fb0fd105
commit c7c4a32d5a
  1. 6
      src/views/plugin/workflow/mixins/ex-form.js

@ -137,9 +137,11 @@ export default {
if (c.pattern) c.pattern = new RegExp(col.pattern) if (c.pattern) c.pattern = new RegExp(col.pattern)
}) })
} }
col.display = true
values.push(col) } else {
col.display = false
} }
values.push(col)
}) })
return { return {
column: values, column: values,

Loading…
Cancel
Save