@@ -406,7 +406,7 @@ export default {
},
// 自定义属性更新
updateSetting (config) {
- if (config.type === 'map') {
+ if (config.type === 'map'||config.type === 'video') {
config.key = new Date().getTime()
}
this.changeChartConfig(_.cloneDeep(config))