fix: 修改删除chart报错的问题
This commit is contained in:
@@ -471,6 +471,9 @@ export default {
|
|||||||
this.$message.error(response.msg)
|
this.$message.error(response.msg)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}).catch(() => {
|
||||||
|
this.chart = {}
|
||||||
|
this.$store.dispatch('clearPanel')
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
delChartOk () {
|
delChartOk () {
|
||||||
|
|||||||
Reference in New Issue
Block a user