From fd7586c8d91473d2850af1e48b12f1a289e6b8d1 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期四, 13 六月 2024 00:10:43 +0800 Subject: [PATCH] 新增文件 --- src/views/mdc/components/recordChartsByDate.vue | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/views/mdc/components/recordChartsByDate.vue b/src/views/mdc/components/recordChartsByDate.vue index 80303b2..420422a 100644 --- a/src/views/mdc/components/recordChartsByDate.vue +++ b/src/views/mdc/components/recordChartsByDate.vue @@ -16,14 +16,6 @@ components: {saveDialog}, props: ['achievements','date','workstationInfoList'], watch: { - date(val) { - this.current = "1"; - this.getCharts(); - }, - workstationInfoList(val) { - this.current = "1"; - this.getCharts(); - } }, data() { return { @@ -93,6 +85,8 @@ return stauts; }, getCharts() { + console.log(this.workstationInfoList.length == 0,this.date == "",this.date,333) + if(this.date == "") return; var obj = { date: this.date, humanFeedback: true, -- Gitblit v1.9.3