|
@@ -288,6 +288,8 @@ export default {
|
|
|
let data = {
|
|
|
major: major,
|
|
|
plazaId: this.$store.state.plazaId,
|
|
|
+ page: 1,
|
|
|
+ size: this.row.sl,
|
|
|
}
|
|
|
//区分主要设备
|
|
|
if (this.major != '土建') {
|
|
@@ -320,8 +322,6 @@ export default {
|
|
|
manufacturer: this.row.manufacturer || '--',
|
|
|
sbxh: this.row.sbxh || '--',
|
|
|
brand: this.row.brand || '--',
|
|
|
- page: 1,
|
|
|
- size: this.row.sl,
|
|
|
}
|
|
|
//下拉筛选
|
|
|
if (this.floor && this.floor != 1) {
|