guoxiaohuan 4 anni fa
parent
commit
2477a0bc5c
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      src/views/room/index.vue

+ 5 - 5
src/views/room/index.vue

@@ -535,7 +535,7 @@ export default {
             this.picFloor = this.$cookie.get('floorNow')
             let getParams = {
                 typename: '位置布置图',
-                location: this.location,
+                locationsid: this.location,
                 module: '1002',
                 // system: system,
                 plazaId: this.plazaId
@@ -561,7 +561,7 @@ export default {
         // 明细表
         Index1() {
             let getParams = {
-                location: this.location,
+                locationsid: this.location,
                 plazaId: this.plazaId,
                 page: this.page1,
                 size: this.size1
@@ -611,7 +611,7 @@ export default {
         // 核心设备
         Index2() {
             let postParams = {
-                location: this.location
+                locationsid: this.location
             }
             let data = {
                 plazaId: this.plazaId,
@@ -667,7 +667,7 @@ export default {
         // 机房维修记录
         Index3() {
             let getParams = {
-                location: this.location,
+                locationsid: this.location,
                 plazaId: this.plazaId,
                 page: this.page3,
                 size: this.size3,
@@ -715,7 +715,7 @@ export default {
         Index4() {
             let postParams = {}
             let data = {
-                location: this.location,
+                locationsid: this.location,
                 plazaId: this.plazaId,
                 page: this.page4,
                 size: this.size4,