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

Signed-off-by: pany-ang <939630029@qq.com>
This commit is contained in:
pany-ang
2023-04-19 02:31:47 +00:00
committed by Gitee
parent 550e7c8142
commit a06e6ba438

View File

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