guoxiaohuan %!s(int64=4) %!d(string=hai) anos
pai
achega
be8be60f23

+ 1 - 3
src/components/Legend/src/legend.vue

@@ -186,10 +186,8 @@ export default {
         // 查询图例
         queryView(flag) {
             let postParams = {}
-            // this.graphId = this.$cookie.get('graphId')
             let data = {
-                graphId: '0af035fbf7e6401cbccba6dbe2d3c802',
-                // graphId: this.graphId,
+                graphId: this.$cookie.get('graphId'),
                 projectId: this.$store.state.plazaId,
                 flag: flag
             }

+ 2 - 2
src/components/PicLarge/src/picLarge.vue

@@ -4,7 +4,7 @@
 *@info:大图预览
 */
 <template>
-    <el-dialog title='图片预览' width='1080px' :visible.sync='dialogVisible' :close-on-click-modal='false' append-to-body>
+    <el-dialog title='图片预览' width='90%' :visible.sync='dialogVisible' :close-on-click-modal='false' append-to-body>
         <div class='pic-list'>
             <div class='pic-left'>
                 <ul v-for='(item,index) in imgUrl' :key='index'>
@@ -58,7 +58,7 @@ export default {
 <style lang="less" scoped>
 .pic-list {
     width: 100%;
-    height: 600px;
+    height: 700px;
     display: flex;
     justify-content: space-between;
     .pic-left {

+ 3 - 2
src/components/floorMap/index.vue

@@ -32,7 +32,7 @@ export default {
             mapServerURL: `/wdfn`,
             canvasWidth: 1100,
             canvasHeight: 800,
-            loading: true,
+            loading: false,
             view: null,
             isQuerying: false, // 限制重复查询
             urlMsg: {}
@@ -75,7 +75,8 @@ export default {
                     console.log('获取rf成功', res)
                 })
                 this.readGroup().then(data => {
-                    if ((data.data.Data, length > 0)) {
+                    if (data.data.Data.length > 0) {
+                        console.log(data.data.Data[0].ID)
                         this.$cookie.set('graphId', data.data.Data[0].ID, 3)
                     }
                     const parserData = new STopologyParser(null)

+ 1 - 1
src/views/other/zhsxDialog.vue

@@ -9,7 +9,7 @@
                 <p>4.广场安全质量第三方检测过程中列出的整改事项</p>
                 <div class='bottom-table'>
                     <el-table :data='tableData' height='500' style='width:100%;' :span-method='objectSpanMethod' border v-if='tableData.length>0'>
-                        <el-table-column label='序号' type='index'></el-table-column>
+                        <el-table-column label='序号' type='index' width='50'></el-table-column>
                         <el-table-column prop='jcsx' label='检测事项' :show-overflow-tooltip='true'></el-table-column>
                         <el-table-column prop='zgbm' label='主管部门' :show-overflow-tooltip='true'></el-table-column>
                         <el-table-column prop='jlsx' label='记录事项' :show-overflow-tooltip='true'></el-table-column>

+ 1 - 1
src/views/room/room3.vue

@@ -87,7 +87,7 @@ export default {
         margin-top: 28px;
     }
     .el-dialog {
-        height: 90% !important;
+        height: 95% !important;
         margin-top: 50px;
     }
 }