@ -137,7 +137,7 @@ export default {
},
showModel(item){
console.log(11111)
// this.player.destroy()
this.player.destroy()
console.log(item)
this.visible = true
// this.$router.push({path: '/realTimeMonitoring/model', query: {id: "2"}});
@ -140,7 +140,11 @@ export default {
handleCancel() {
console.log('Clicked cancel button');
console.log(this.title);
location.reload();
setTimeout(function () {
this.$emit('close',false,{})
})
};