YaolongHan 4 năm trước cách đây
mục cha
commit
6c1598b101

+ 7 - 7
src/components/floorMap/index.vue

@@ -214,16 +214,16 @@ export default {
             }
         },
         // 查看浮层设备详情
-        handleClickEquipDetail(row) {
-            if (row.assetnum) {
-                this.$refs.equipDetail.open({ row: JSON.stringify(row) })
-            }
-        },
         // handleClickEquipDetail(row) {
-        //     if (row.assetuid) {
-        //         window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=assetdevic&uniqueid=${row.assetuid}`)
+        //     if (row.assetnum) {
+        //         this.$refs.equipDetail.open({ row: JSON.stringify(row) })
         //     }
         // },
+        handleClickEquipDetail(row) {
+            if (row.assetuid) {
+                window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=assetdevic&uniqueid=${row.assetuid}`)
+            }
+        },
         // 查看浮层位置详情
         handleClickPointDeatil(point) {
             if (point.id && this.activeItem) this.$refs.boxRoom.open({ name: this.activeItem.name, type: this.type, location: point.id })

+ 2 - 2
src/views/equipment/table/rcwxTable.vue

@@ -245,8 +245,8 @@ export default {
             this.$refs.picLargeOpen.open(this.imgUrl)
         },
         startMethods() {
-            this.tabFind()
-            this.getList()
+            // this.tabFind()
+            // this.getList()
         },
         //下拉框查询
         tabFind() {

+ 3 - 2
src/views/room/index.vue

@@ -426,8 +426,8 @@
     </div>
 </template>
 <script>
-import { queryEquipmentList } from '@/api/equipmentList.js'
-import { queryDygjcxline, queryHxsb, queryWxjf, queryWb, querySystem } from '@/api/room.js'
+import { queryEquipmentList ,queryWxzy} from '@/api/equipmentList.js'
+import { queryDygjcxline, queryHxsb, queryWxjf, queryWb, querySystem, } from '@/api/room.js'
 import roomTable1 from './room1'
 import roomTable2 from './room2'
 import roomTable3 from './room3'
@@ -743,6 +743,7 @@ export default {
                 getParams.sjjssjStartDate = this.yssjDate[0] + '000000'
                 getParams.sjjssjEndDate = this.yssjDate[1] + '000000'
             }
+
             queryWxjf({ getParams }).then((res) => {
                 //console.log('维修', res)
                 if (res.result == 'success') {