mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 14:07:49 +08:00
fix: 修复国标收流列表关闭再打开时未刷新数据问题
This commit is contained in:
parent
1c25f2f190
commit
380c42040f
@ -90,12 +90,10 @@ export default {
|
||||
total: 0
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getChannelList()
|
||||
},
|
||||
methods: {
|
||||
openDialog: function () {
|
||||
this.showDialog = true;
|
||||
this.getChannelList();
|
||||
},
|
||||
getChannelList: function () {
|
||||
this.loading = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user