fix: 修复国标收流列表关闭再打开时未刷新数据问题

This commit is contained in:
xiaoQQya
2025-06-26 12:53:22 +08:00
parent 1c25f2f190
commit 380c42040f

View File

@@ -90,12 +90,10 @@ export default {
total: 0
}
},
mounted() {
this.getChannelList()
},
methods: {
openDialog: function () {
this.showDialog = true;
this.getChannelList();
},
getChannelList: function () {
this.loading = true;