CN-53 perf: chart-params形式更改

This commit is contained in:
chenjinsong
2021-07-13 18:43:40 +08:00
parent 7bbc943a96
commit 83b40d51ac

View File

@@ -100,7 +100,7 @@ export default {
immediate: true,
handler (n) {
if (n && n.params) {
this.nameColumn = JSON.parse(n.params).nameColumn
this.nameColumn = n.params.nameColumn
}
}
}