|
|
@@ -120,7 +120,7 @@
|
|
|
v-if="dataList.length > 0"
|
|
|
background
|
|
|
layout="prev, pager, next"
|
|
|
- :page-size="12"
|
|
|
+ :page-size="8"
|
|
|
:total="totalNum"
|
|
|
@current-change="changePage"
|
|
|
></el-pagination>
|
|
|
@@ -216,6 +216,7 @@ export default {
|
|
|
data: this.qs.stringify({
|
|
|
f_type: this.queryInfo.device_type_id,
|
|
|
f_id: this.queryInfo.f_id,
|
|
|
+ page_size:8,
|
|
|
f_tbegin: this.queryInfo.start_time,
|
|
|
f_tend: this.queryInfo.end_time,
|
|
|
page: this.queryInfo.page,
|