mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 05:48:13 +08:00
feat(视图):升级ECharts版本 4.x -> 5.x,用新的,新的好看
This commit is contained in:
@@ -280,8 +280,8 @@ export default {
|
||||
post('/chart/view/save', view).then(response => {
|
||||
// this.get(response.data.id);
|
||||
this.getData(response.data.id)
|
||||
this.$store.commit('setChartSceneData', null)
|
||||
this.$store.commit('setChartSceneData', this.sceneId)
|
||||
this.$store.dispatch('chart/setChartSceneData', null)
|
||||
this.$store.dispatch('chart/setChartSceneData', this.sceneId)
|
||||
})
|
||||
},
|
||||
getData(id) {
|
||||
|
||||
Reference in New Issue
Block a user