iData
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="area5.length > 0" class="hr_abs hr5">
|
||||
<div class="yam_item" v-for="(e, i) in area5.slice(0, 2)" :key="'a6' + i">
|
||||
<div class="yam_item" v-for="(e, i) in area5.slice(5, 7)" :key="'a6' + i">
|
||||
<div class="yam_bg"></div>
|
||||
<div class="yam_left" :class="'yal1_' + e.press.press.status" @click="getInfo('1', e.press.press)"></div>
|
||||
<div class="yam_inner" :class="'yai1_' + e.robot.status" @click="getInfo('1', e.robot)"></div>
|
||||
@@ -558,10 +558,10 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.iData()
|
||||
// this.initData1()
|
||||
// this.initData2()
|
||||
// this.refresh()
|
||||
// this.iData()
|
||||
this.initData1()
|
||||
this.initData2()
|
||||
this.refresh()
|
||||
},
|
||||
beforeDestroy () {
|
||||
clearInterval(this.timer)
|
||||
|
||||
Reference in New Issue
Block a user