From 85c6d365b188ef06863a42e82b637b7cb5f627fe Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 13 Sep 2024 09:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=BC=80=E5=8F=91=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/biaopin/dv/weiyang/AppDvWeiyang.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/project/biaopin/dv/weiyang/AppDvWeiyang.vue b/project/biaopin/dv/weiyang/AppDvWeiyang.vue index 00f27308..fef7b88a 100644 --- a/project/biaopin/dv/weiyang/AppDvWeiyang.vue +++ b/project/biaopin/dv/weiyang/AppDvWeiyang.vue @@ -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}, + // ] + ) } }) }