清除开发数据
This commit is contained in:
@@ -250,13 +250,14 @@ export default {
|
||||
return http.post("/app/wyDiy/integralOrder", null, {params: {areaId, type: integralOrderType}}).then(res => {
|
||||
if (res?.data) {
|
||||
this.$set(this.chartData, "integralOrder",
|
||||
// res.data
|
||||
[
|
||||
{name: '张三', c: 997},
|
||||
{name: '李四', c: 667},
|
||||
{name: '钱二', c: 412},
|
||||
{name: '王五', c: 232},
|
||||
])
|
||||
res.data
|
||||
// [
|
||||
// {name: '张三', c: 997},
|
||||
// {name: '李四', c: 667},
|
||||
// {name: '钱二', c: 412},
|
||||
// {name: '王五', c: 232},
|
||||
// ]
|
||||
)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user