Merge pull request #3766 from jumpserver/revert-3764-pr@dev@fix_url_search

Revert "fix: 刷新页面根据搜索条件过滤出对应的资源"
This commit is contained in:
feng626
2024-03-04 17:54:35 +08:00
committed by GitHub

View File

@@ -175,9 +175,7 @@ export default {
search(attrs) {
this.$log.debug('ListTable: search table', attrs)
this.$emit('TagSearch', attrs)
setTimeout(() => {
this.$refs.dataTable?.$refs.dataTable?.search(attrs, true)
}, 100)
this.$refs.dataTable?.$refs.dataTable?.search(attrs, true)
},
filter(attrs) {
this.$emit('TagFilter', attrs)