清除开发数据

This commit is contained in:
aixianling
2024-09-13 09:55:18 +08:00
parent 1131f98b27
commit 85c6d365b1

View File

@@ -250,13 +250,14 @@ export default {
return http.post("/app/wyDiy/integralOrder", null, {params: {areaId, type: integralOrderType}}).then(res => { return http.post("/app/wyDiy/integralOrder", null, {params: {areaId, type: integralOrderType}}).then(res => {
if (res?.data) { if (res?.data) {
this.$set(this.chartData, "integralOrder", this.$set(this.chartData, "integralOrder",
// res.data res.data
[ // [
{name: '张三', c: 997}, // {name: '张三', c: 997},
{name: '李四', c: 667}, // {name: '李四', c: 667},
{name: '钱二', c: 412}, // {name: '钱二', c: 412},
{name: '王五', c: 232}, // {name: '王五', c: 232},
]) // ]
)
} }
}) })
} }