Skip to content

Commit

Permalink
fix(frontend): redis集群列表页全局搜索集群过滤失效问题修复 #6768
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia committed Sep 10, 2024
1 parent 464d237 commit a0f0ed8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
:data="searchSelectData"
:get-menu-list="getMenuList"
:model-value="searchValue"
:parse-url="false"
:placeholder="t('请输入或选择条件搜索')"
unique-select
:validate-values="validateSearchValues"
Expand Down Expand Up @@ -1187,8 +1186,8 @@
ClusterTypes.PREDIXY_REDIS_CLUSTER,
].join(','),
...getSearchSelectorParams(searchValue.value),

}

tableRef.value!.fetchData(params, {
...sortValue,
}, loading);
Expand Down

0 comments on commit a0f0ed8

Please sign in to comment.