CN-53 perf: chart-params形式更改
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user