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,