feat: 一键编辑标签下渠道重定向

This commit is contained in:
CalciumIon
2024-11-19 01:42:46 +08:00
parent 807385d3d1
commit 6e6e390f6f
3 changed files with 15 additions and 11 deletions

View File

@@ -691,7 +691,7 @@ const ChannelsTable = () => {
}
setSearching(true);
const res = await API.get(
`/api/channel/search?keyword=${searchKeyword}&group=${searchGroup}&model=${searchModel}`
`/api/channel/search?keyword=${searchKeyword}&group=${searchGroup}&model=${searchModel}&id_sort=${idSort}`
);
const { success, message, data } = res.data;
if (success) {