update tree-panel ref

This commit is contained in:
RuoYi
2026-04-01 21:48:51 +08:00
parent 7979124798
commit ea3410e170
+1 -1
View File
@@ -379,7 +379,7 @@ export default {
this.dateRange = [] this.dateRange = []
this.resetForm("queryForm") this.resetForm("queryForm")
this.queryParams.deptId = undefined this.queryParams.deptId = undefined
this.$refs.deptTree.setCurrentKey(null) this.$refs.deptTreeRef.setCurrentKey(null)
this.handleQuery() this.handleQuery()
}, },
// 多选框选中数据 // 多选框选中数据