Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
50c76e01cbaa5c3a3cbfd7fc1bc99f4fc0408c82
Authored by
fengwotao
2024-02-26 18:21:12 +0800
1 parent
fb3cb170
fix: 设备详情里面的视频通道,点击停止未刷新表格问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/list/cpns/tabs/VideoChannel/index.vue
src/views/device/list/cpns/tabs/VideoChannel/index.vue
View file @
50c76e0
...
...
@@ -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
//通道同步
...
...