CN-272 feat:图表重构-柱状图、部分列表
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user