Jelajahi Sumber

低压柜 查询全部时添加photosNumGte

yunxing 4 tahun lalu
induk
melakukan
40ddb6a418

+ 4 - 4
src/components/ImagePreview.vue

@@ -122,8 +122,8 @@ export default {
         // line-height: 30px;
         // width: 80px;
         // bottom: 50px;
-        bottom: 50px;
-        right: 50px;
+        bottom: 30px;
+        right: 30px;
         text-align: center;
         width: 40px;
         height: 40px;
@@ -149,8 +149,8 @@ export default {
 @media screen and (orientation: landscape) {
     .m-image-preview .direction {
         color: #fff !important;
-        bottom: 40px;
-        right: 40px;
+        bottom: 30px;
+        right: 30px;
         i {
             color: #000 !important;
             font-size: 30px;

+ 3 - 1
src/views/equipmentFacilities/EngineRoomPicture.vue

@@ -161,7 +161,9 @@ export default {
             if (this.system_code && this.system_code !== '全部') {
                 postParams.system_code = this.system_code
             } else if (this.system_code === '全部') {
-                postParams = {}
+                postParams = {
+                    photosNumGte: 1, //查询数量大于等于1的
+                }
             }
             let res = await querySmsLocation({ data, postParams })
             console.log(res.data)