feat: 部门页面筛选
This commit is contained in:
parent
a1196c3b2b
commit
a7c2c7478c
|
@ -263,7 +263,7 @@ export default {
|
|||
},
|
||||
//搜索
|
||||
handleQuery() {
|
||||
this.$refs.table.queryData(this.search);
|
||||
this.$refs.table.queryData(this.query);
|
||||
},
|
||||
|
||||
findParents(arr, parent) {
|
||||
|
|
Loading…
Reference in New Issue