|
@@ -148,7 +148,7 @@
|
|
|
</div>
|
|
|
<div class='snapshotss-foot'>
|
|
|
<!-- <strategy-line :chillerList='chillerHourList' v-if='chillerHourList.length>=0'></strategy-line> -->
|
|
|
- <iframe :src="`http://10.199.143.85:9910/SmartCoolControlFrontend/pcProjectPlot?isfromsgy=true&projectId=${store.state.projectId}&startFrom=${appDate}`" frameborder="0" style="width:100%"></iframe>
|
|
|
+ <iframe :src="`http://10.199.143.85:9910/SmartCoolControlFrontend/pcProjectPlot?isfromsgy=true&projectId=${CurprojectId}&startFrom=${appDate}`" frameborder="0" style="width:100%"></iframe>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -166,11 +166,13 @@ export default {
|
|
|
imgFinish: true,
|
|
|
chillerOrg: {},
|
|
|
chillerCommand: {},
|
|
|
- chillerHourList: []
|
|
|
+ chillerHourList: [],
|
|
|
+ CurprojectId:''
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.getQuickData()
|
|
|
+ this.getQuickData();
|
|
|
+ this.CurprojectId = this.$store.state.projectId
|
|
|
},
|
|
|
watch: {
|
|
|
time(newV, old) {
|