feat:修改chart-bar-statistics 的X轴显示

This commit is contained in:
zhangyu
2021-04-09 11:20:11 +08:00
parent 7fcebd4579
commit df7749666f
4 changed files with 32 additions and 5 deletions

View File

@@ -1733,7 +1733,8 @@ export default {
if (this.showPanel.id) {
this.panelId = this.showPanel.id
}
this.$get('visual/panel/chart?id= ' + this.panelId).then(response => {
console.log(this.panelId)
this.$get('visual/panel/chart?panelId=' + this.panelId).then(response => {
if (response.code === 200) {
this.groupArr = []
response.data.list.forEach((item, index) => {