From d20654ba067e5c0621d4d7d95915cbe47a10fe87 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 08 八月 2024 17:23:48 +0800
Subject: [PATCH] 1.正清和  增加页面缓存处理

---
 src/views/materialManager/locationDefine.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/materialManager/locationDefine.vue b/src/views/materialManager/locationDefine.vue
index b76b0db..6cad607 100644
--- a/src/views/materialManager/locationDefine.vue
+++ b/src/views/materialManager/locationDefine.vue
@@ -184,7 +184,7 @@
         :page.sync="form.page"
         :limit.sync="form.rows"
         align="right"
-        layout="total,prev, pager, next,sizes"
+        layout="total,prev, pager, next,sizes,jumper"
         popper-class="select_bottom"
         @pagination="getStorageDefSearch"
       />
@@ -254,7 +254,7 @@
 import TableColumnSettings from '@/components/TableColumnSettings'
 
 export default {
-  name: 'KWDY',
+  name: 'LocationDefine',
   components: {
     Pagination, TableColumnSettings
   },

--
Gitblit v1.9.3