解决国标平台通道数统计的错误
This commit is contained in:
@@ -138,9 +138,7 @@ export default {
|
||||
});
|
||||
},
|
||||
chooseChannel: function(platform) {
|
||||
this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, ()=>{
|
||||
this.initData()
|
||||
})
|
||||
this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, this.initData)
|
||||
},
|
||||
initData: function() {
|
||||
this.getPlatformList();
|
||||
|
||||
@@ -62,7 +62,7 @@ export default {
|
||||
this.closeCallback = closeCallback
|
||||
},
|
||||
close: function() {
|
||||
|
||||
this.closeCallback()
|
||||
},
|
||||
search: function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user