Ver código fonte

修改项目id和modal样式

zhangjiaqi 4 anos atrás
pai
commit
8fe02bbfe5

+ 1 - 1
src/views/appeal/index.vue

@@ -874,7 +874,7 @@ export default {
 <style lang="scss">
 .view-dialog {
     .el-dialog__wrapper {
-        top: -60px;
+        // top: -60px;
     }
     .el-dialog__header {
         padding: 16px 28px 0 32px;

+ 5 - 3
src/views/evaluate/evSnapshotsDialog.vue

@@ -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) {