|
@@ -595,7 +595,7 @@ export default {
|
|
|
location: this.location,
|
|
|
plazaId: this.plazaId,
|
|
|
page: this.page1,
|
|
|
- size: this.size1,
|
|
|
+ size: this.size1
|
|
|
}
|
|
|
if (this.floor2 && this.floor2 != '全部') {
|
|
|
getParams.floor = this.floor2
|
|
@@ -643,6 +643,7 @@ export default {
|
|
|
Index2() {
|
|
|
let postParams = {
|
|
|
location: this.location,
|
|
|
+ system_code:this.smsxtArr.smsxt
|
|
|
}
|
|
|
let data = {
|
|
|
plazaId: this.plazaId,
|
|
@@ -703,6 +704,7 @@ export default {
|
|
|
page: this.page3,
|
|
|
size: this.size3,
|
|
|
orderBy: 'sjjssj,0;location,1',
|
|
|
+ smsxt:this.smsxtArr.smsxt
|
|
|
}
|
|
|
if (this.sfghSelect && this.sfghSelect != '全部') {
|
|
|
getParams.ismodel = this.sfghSelect
|
|
@@ -758,6 +760,7 @@ export default {
|
|
|
page: this.page4,
|
|
|
size: this.size4,
|
|
|
orderBy: 'wb_gzglid,0;assetnum,1;reportedby,0;',
|
|
|
+ smsxt:this.smsxtArr.smsxt
|
|
|
}
|
|
|
//
|
|
|
// 任务开始日期
|