fix:去除页面假数据

This commit is contained in:
zhangyu
2022-01-25 11:13:45 +08:00
parent ca3981131a
commit 9c3213bb45

View File

@@ -199,12 +199,6 @@ export default {
response = testData.data response = testData.data
} else if (this.chartInfo.type === 24 && testData) { } else if (this.chartInfo.type === 24 && testData) {
response = testData.data2 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) { if (response.code === 200) {
this.chartData = response.data.result this.chartData = response.data.result