| | |
| | | return stauts; |
| | | }, |
| | | getCharts() { |
| | | console.log(this.workstationInfoList,111) |
| | | if(this.date == "") return; |
| | | var obj = { |
| | | date: this.date, |
| | |
| | | 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 = []; |