feat: 部门页面筛选

This commit is contained in:
caoqianming 2023-05-29 15:21:33 +08:00
parent a1196c3b2b
commit a7c2c7478c
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ export default {
}, },
// //
handleQuery() { handleQuery() {
this.$refs.table.queryData(this.search); this.$refs.table.queryData(this.query);
}, },
findParents(arr, parent) { findParents(arr, parent) {