Commit d8a5834e authored by xioln's avatar xioln

任务组件过滤修改

parent f1ab0033
......@@ -140,7 +140,7 @@ export default {
this.$set(this, 'basicData', res.items)
res.items.formInfo &&
res.items.formInfo.forEach((item) => {
if (item.configName && !item.configName.includes('DeeFlowCheckItems')) {
if (item.configName && this.$store.state.tabs.tabs.find(x => x.key === item.configName) && !item.configName.includes('DeeFlowCheckItems')) {
this.dynamicComponents.push(item.configName.split('/')[1])
}
})
......@@ -221,7 +221,7 @@ export default {
this.participants = participants
}
Promise.all(validateArray).then(asd => {
// this.completeTask()
this.completeTask()
})
},
completeTask () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment