增加弹窗关闭
This commit is contained in:
@@ -195,6 +195,9 @@ export default {
|
||||
}
|
||||
this.dialogPos = {left: offsetX + 'px', top: offsetY + 'px'}
|
||||
})
|
||||
this.chart.on('globalout', () => {
|
||||
this.dialog = false
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user