From de5451b006f1d2f3632b03ab41f8ebee1551437d Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期二, 10 九月 2024 16:33:01 +0800 Subject: [PATCH] #fs --- src/main/webapp/views/index.html | 19 +------------------ 1 files changed, 1 insertions(+), 18 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index af06e79..d55cbbf 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -111,24 +111,7 @@ el: '#app', data: { tableDataRgv: [], - tableDataDev: [], - addWeekPlanDataWeeklySign: [ - { - index: 1, - valueX: 50, - valueY: 96.5 - }, - { - index: 2, - valueX: 0, - valueY: 0 - }, - { - index: 3, - valueX: 80, - valueY: 55 - } - ] + tableDataDev: [] }, created(){ this.init(); -- Gitblit v1.9.1