!41 fix: 修复表单设计页面根据名称筛选部门树无效的问题

Merge pull request !41 from pany-ang/develop
This commit is contained in:
KonBAI
2023-04-20 13:49:19 +00:00
committed by Gitee

View File

@@ -181,6 +181,10 @@ export default {
this.bpmnElement = window.bpmnInstances.bpmnElement; this.bpmnElement = window.bpmnInstances.bpmnElement;
this.$nextTick(() => this.resetTaskForm()); this.$nextTick(() => this.resetTaskForm());
} }
},
// 根据名称筛选部门树
deptName(val) {
this.$refs.tree.filter(val);
} }
}, },
beforeDestroy() { beforeDestroy() {