Browse Source

完善细节

chenghanbin 5 months ago
parent
commit
8e42eaa886
1 changed files with 10 additions and 2 deletions
  1. 10 2
      src/page/receiptConfirmation/entryPriceCheckn/index.vue

+ 10 - 2
src/page/receiptConfirmation/entryPriceCheckn/index.vue

@@ -205,8 +205,16 @@ export default {
205
         this.btnEvent("query");
205
         this.btnEvent("query");
206
       }
206
       }
207
     },
207
     },
208
-    handleSizeChangeTask() {},
209
-    handleCurrentChangeTask() {},
208
+    // 改变显示条数
209
+    handleSizeChangeTask(size) {
210
+      this.searchData.current = size;
211
+      this.btnEvent("query");
212
+    },
213
+    // 改变显示页数
214
+    handleCurrentChangeTask(current) {
215
+      this.searchData.current = current;
216
+      this.btnEvent("query");
217
+    },
210
     closeDialog(data) {
218
     closeDialog(data) {
211
       if (data) {
219
       if (data) {
212
         this.btnEvent("query");
220
         this.btnEvent("query");