gaoshp
2024-11-03 3e091224ab26252d8624b42b461ba773ee8bee0f
src/views/mdc/components/recordChartsByWorkstation.vue
@@ -87,7 +87,7 @@
        getCharts() {
            if(!this.setWork) return;
            if(this.select.length == 0) return;
            this.$HTTP.post(`/api/blade-mdc/status-record/status-record-by-workstation?current=${this.current}&size=${this.size}`,this.setWork).then(res => {
            this.$HTTP.post(`/api/mdc/status-record/status-record-by-workstation?current=${this.current}&size=${this.size}`,this.setWork).then(res => {
                if (res.code === 200) {
                    var yAxisData = [];
                    var newData = [];