1
lzhe
2024-12-06 7789edecff9a058e3f6337e8da1ffebfff58d1fd
src/views/mdc/components/recordChartsByDate.vue
@@ -85,6 +85,7 @@
            return stauts;
        },
        getCharts() {
            console.log(this.workstationInfoList,111)
            if(this.date == "") return;
            var obj = {
                date: this.date,
@@ -92,7 +93,7 @@
                machineFeedback: true,
                workstationInfoList: this.workstationInfoList
            }
            this.$HTTP.post(`/api/blade-mdc/status-record/status-record-by-date?current=${this.current}&size=${this.size}`,obj).then(res => {
            this.$HTTP.post(`/api/mdc/status-record/status-record-by-date?current=${this.current}&size=${this.size}`,obj).then(res => {
                if (res.code === 200) {
                    var yAxisData = [];
                    var newData = [];