This commit is contained in:
liushuai
2019-07-10 13:36:10 +08:00
parent 0ca656cc1c
commit dbbc247fa7
2 changed files with 18 additions and 0 deletions

View File

@@ -130,6 +130,7 @@
</template>
<script>import { getData, getData1, getData2, getData3, getMachine } from '@/api/ManufacturingCenter/EquipmentConditionAnalysis'
export default {
data() {
return {
@@ -181,6 +182,7 @@ export default {
this.time2 = response.data.rows[0].等待持续时间
this.time3 = response.data.rows[0].停机持续时间
}).then(() => {
this.sendMessage()
this.drawLine1()
})
getData1(this.Time).then(response => {