From 81e1b297b1fabec596c1cb7187ce2d6199026429 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 30 Nov 2023 16:51:10 +0800
Subject: [PATCH] 模拟考试成绩查询

---
 src/views/dispatchChild/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/dispatchChild/index.vue b/src/views/dispatchChild/index.vue
index c43af48..d1ff99c 100644
--- a/src/views/dispatchChild/index.vue
+++ b/src/views/dispatchChild/index.vue
@@ -120,6 +120,7 @@
         pageSize: 10,
         currentPage: 1,
         total: 0,
+        ...this.$store.state.control.changePageSize,
       },
       query1: {},
       data1: [],
@@ -339,7 +340,6 @@
         if (i == 1) {
           // console.log("存在");
         } else {
-
           this.obj0 = {};
           this.obj0.name = row.name + " 该派遣单位已删除";
           window.localStorage.removeItem("paqiandata");

--
Gitblit v1.9.3