fix: 刷新页面根据搜索条件过滤出对应的资源

This commit is contained in:
wangruidong
2024-03-04 19:15:46 +08:00
committed by Bryan
parent ba36d72602
commit 4672abae35

View File

@@ -212,10 +212,12 @@ export default {
delete routeFilter.search
}
const asFilterTags = _.cloneDeep(this.filterTags)
this.filterTags = {
...asFilterTags,
...routeFilter
}
setTimeout(() => {
this.filterTags = {
...asFilterTags,
...routeFilter
}
}, 100)
},
getValueLabel(key, value) {
for (const field of this.options) {