|
@@ -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,
|