diff --git a/src/views/operationInfo/operationInfo/index.vue b/src/views/operationInfo/operationInfo/index.vue
index 97bdbab..8f50ab4 100644
--- a/src/views/operationInfo/operationInfo/index.vue
+++ b/src/views/operationInfo/operationInfo/index.vue
@@ -60,8 +60,10 @@
-
+
+
@@ -132,8 +134,10 @@
-
+
+
@@ -489,6 +493,16 @@ export default {
...this.queryParams
}, `operationInfo_${new Date().getTime()}.xlsx`)
},
+ updateCPage(index, size) {
+ this.queryParams.pageNum = index
+ this.queryParams.pageSize = size
+ this.getList();
+ },
+ updateCPagetwo(index, size) {
+ this.informationqueryParams.pageNum = index
+ this.informationqueryParams.pageSize = size
+ this.informationInfoinfo();
+ },
// 获取表格最高高度
getMaxTableHeight() {
const windowInnerHeight = window.innerHeight // 屏幕可视高度
@@ -516,12 +530,10 @@ export default {
};