CN-272 feat:图表重构-柱状图、部分列表

This commit is contained in:
zhangyu
2022-01-20 17:54:36 +08:00
parent 459172fd46
commit 45c5e38a91
11 changed files with 355 additions and 5 deletions

View File

@@ -190,6 +190,10 @@ export default {
response = testData.data2
} else if (this.chartInfo.type === 22 && testData) {
response = testData.data3
} else if (this.chartInfo.type === 43 && testData) {
response = testData.data4
} else if (this.chartInfo.type === 42 && testData) {
response = testData.data5
}
if (response.code === 200) {
this.chartData = response.data.result