!41 fix: 修复表单设计页面根据名称筛选部门树无效的问题
Merge pull request !41 from pany-ang/develop
This commit is contained in:
@@ -181,6 +181,10 @@ export default {
|
||||
this.bpmnElement = window.bpmnInstances.bpmnElement;
|
||||
this.$nextTick(() => this.resetTaskForm());
|
||||
}
|
||||
},
|
||||
// 根据名称筛选部门树
|
||||
deptName(val) {
|
||||
this.$refs.tree.filter(val);
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
|
||||
Reference in New Issue
Block a user