feat: endpoint-query 增加save chart功能

1.endpoint-query 增加save chart功能
This commit is contained in:
陈劲松
2020-02-10 16:50:34 +08:00
parent 634f21ad42
commit 42a7d3edd6
5 changed files with 93 additions and 16 deletions

View File

@@ -375,7 +375,6 @@ export default {
editData(chartId) {
// 获取该id下chart的相关信息
const chart = this.dataList.find(item => item.id === chartId);
console.info("aaa",chart)
if (chart) {
this.$emit('on-edit-chart', chart);
}