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