|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <el-card class="box-card" v-for="(item,index) in mpArray">
|
|
|
|
|
|
+ <el-card class="box-card" v-for="(item,index) in mpArray" v-if="showReject">
|
|
<mpGraph2 :beforeData='item.before' :afterData='item.after'
|
|
<mpGraph2 :beforeData='item.before' :afterData='item.after'
|
|
:xTime='item.time' :title='item.name'></mpGraph2>
|
|
:xTime='item.time' :title='item.name'></mpGraph2>
|
|
</el-card>
|
|
</el-card>
|
|
@@ -65,7 +65,7 @@
|
|
mpGraph2,
|
|
mpGraph2,
|
|
|
|
|
|
},
|
|
},
|
|
- mounted() {
|
|
|
|
|
|
+ created() {
|
|
|
|
|
|
this.currentEquipId = this.$route.query.equipmentId
|
|
this.currentEquipId = this.$route.query.equipmentId
|
|
// this.currentEquipId = window.sessionStorage.getItem("dataList_currentEquipId");
|
|
// this.currentEquipId = window.sessionStorage.getItem("dataList_currentEquipId");
|
|
@@ -239,6 +239,7 @@
|
|
|
|
|
|
},
|
|
},
|
|
startGetData() {
|
|
startGetData() {
|
|
|
|
+ this.handleHbaseSearch();
|
|
this.timer = setInterval(() => {
|
|
this.timer = setInterval(() => {
|
|
|
|
|
|
this.handleHbaseSearch()
|
|
this.handleHbaseSearch()
|