fix: 修复国标收流列表关闭再打开时未刷新数据问题
This commit is contained in:
@@ -90,12 +90,10 @@ export default {
|
||||
total: 0
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getChannelList()
|
||||
},
|
||||
methods: {
|
||||
openDialog: function () {
|
||||
this.showDialog = true;
|
||||
this.getChannelList();
|
||||
},
|
||||
getChannelList: function () {
|
||||
this.loading = true;
|
||||
|
||||
Reference in New Issue
Block a user