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