diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue index af961fb..c9b0125 100644 --- a/src/views/homePage/index.vue +++ b/src/views/homePage/index.vue @@ -120,8 +120,6 @@ diff --git a/src/views/photographicDevice/components/pictureTags.vue b/src/views/photographicDevice/components/pictureTags.vue index c5423cb..67ba8ec 100644 --- a/src/views/photographicDevice/components/pictureTags.vue +++ b/src/views/photographicDevice/components/pictureTags.vue @@ -129,7 +129,7 @@ export default { this.channelId = obj.id; this.photoId = obj.photoId; this.restCanvas(); - this.getcanvansPic(this.pictureData, this.channelId); + //this.getcanvansPic(this.pictureData, this.channelId); // console.log(this.picsrc); }, //获取线宽 @@ -150,7 +150,7 @@ export default { this.channelId = val.list[0].id; this.picvalue = val.list[0].name; //获取第一个通道 this.termId = val.id; //装置id - this.getcanvansPic(val, this.channelId); + //this.getcanvansPic(val, this.channelId); }, hide() { this.isShow = false; diff --git a/src/views/realTimeMonitor/components/carouselChart.vue b/src/views/realTimeMonitor/components/carouselChart.vue index 212bbb6..78fb0ba 100644 --- a/src/views/realTimeMonitor/components/carouselChart.vue +++ b/src/views/realTimeMonitor/components/carouselChart.vue @@ -16,7 +16,7 @@ v-loading="picLoading" > - +

- +