Commit be0bfaab by CalciumIon

fix: 修复渠道晒筛选后无法展开测试模型 (close #297 #302)

parent a7351b72
...@@ -550,7 +550,7 @@ const ChannelsTable = () => { ...@@ -550,7 +550,7 @@ const ChannelsTable = () => {
); );
const { success, message, data } = res.data; const { success, message, data } = res.data;
if (success) { if (success) {
setChannels(data); setChannelFormat(data);
setActivePage(1); setActivePage(1);
} else { } else {
showError(message); showError(message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment