From d1b058faa19088838b668d6c03dd71c2bcc7d5d3 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 09 Dec 2021 10:30:44 +0800
Subject: [PATCH] 用户角色控制修改

---
 src/store/modules/control.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/control.js b/src/store/modules/control.js
index 9bca772..50693d6 100644
--- a/src/store/modules/control.js
+++ b/src/store/modules/control.js
@@ -10,6 +10,12 @@
       searchShowBtn: false,
       filterBtn: false,
     },
+    changePageSize: {
+      pageSize: 15,
+      currentPage: 1,
+      total: 0,
+      pageSizes: [15, 30, 50, 100],
+    },
     windowWidth: 1025,
   },
   actions: {

--
Gitblit v1.9.3