1
lzhe
2024-06-06 4c810c1feb3f78c458084d73e89adc6c4f2256f1
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,