Commit 50c76e01cbaa5c3a3cbfd7fc1bc99f4fc0408c82

Authored by fengwotao
1 parent fb3cb170

fix: 设备详情里面的视频通道,点击停止未刷新表格问题

... ... @@ -105,6 +105,7 @@
105 105 if (await stopOnDemandVideoApiGet(deviceId, channelId)) {
106 106 createMessage.success('已停止');
107 107 }
  108 + reload();
108 109 };
109 110
110 111 //通道同步
... ...