diff --git a/src/views/sys/dept.vue b/src/views/sys/dept.vue index 223ff6e1..bedf3fb6 100644 --- a/src/views/sys/dept.vue +++ b/src/views/sys/dept.vue @@ -263,7 +263,7 @@ export default { }, //搜索 handleQuery() { - this.$refs.table.queryData(this.search); + this.$refs.table.queryData(this.query); }, findParents(arr, parent) {