mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
fix: 刷新页面根据搜索条件过滤出对应的资源
This commit is contained in:
parent
278562e855
commit
669ffc73fd
@ -175,7 +175,9 @@ export default {
|
||||
search(attrs) {
|
||||
this.$log.debug('ListTable: search table', attrs)
|
||||
this.$emit('TagSearch', attrs)
|
||||
this.$refs.dataTable?.$refs.dataTable?.search(attrs, true)
|
||||
setTimeout(() => {
|
||||
this.$refs.dataTable?.$refs.dataTable?.search(attrs, true)
|
||||
}, 100)
|
||||
},
|
||||
filter(attrs) {
|
||||
this.$emit('TagFilter', attrs)
|
||||
|
Loading…
Reference in New Issue
Block a user