| | |
| | | signageApi.getEquipmentStatusStatisticsApi(this.productionCode) |
| | | .then(res => { |
| | | if (res.success) this.runningStateData = res.result.list |
| | | this.drawRunningStateChart(res.result.producitonId) |
| | | this.drawRunningStateChart(res.result.productionId) |
| | | }) |
| | | }, |
| | | |
| | |
| | | signageApi.getEquipmentStatusStatisticsApi() |
| | | .then(res => { |
| | | if (res.success) this.runningStateData = res.result.list |
| | | this.drawRunningStateChart(res.result.producitonId) |
| | | this.drawRunningStateChart(res.result.productionId) |
| | | }) |
| | | }, |
| | | |
| | |
| | | signageApi.getEquipmentStatusStatisticsApi(this.productionCode) |
| | | .then(res => { |
| | | if (res.success) this.runningStateData = res.result.list |
| | | this.drawRunningStateChart(res.result.producitonId) |
| | | this.drawRunningStateChart(res.result.productionId) |
| | | }) |
| | | }, |
| | | |