fix: 修复国标收流列表关闭再打开时未刷新数据问题
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user