From 985fc822beeb94ff0c5d5ccb96f07939193c07b9 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 21 Nov 2023 16:59:15 +0800
Subject: [PATCH] fix:流程状态修改

---
 src/views/toCarryOutLegislativeReforms/reform/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue
index f87d627..4c5e0b6 100644
--- a/src/views/toCarryOutLegislativeReforms/reform/index.vue
+++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue
@@ -24,7 +24,7 @@
             </div>
           </div>
           <div style="position: absolute;top:0;width: 100%;">
-            <el-table size="mini" :data="tableData" border max-height="680" style="width: 100%" @selection-change="handleSelectionChange" :header-cell-style="{
+            <el-table size="mini" :data="tableData" border style="width: 100%" @selection-change="handleSelectionChange" :header-cell-style="{
             color: '#101111',
             fontSize: '16px'
           }">
@@ -309,7 +309,7 @@
         cancel()
         this.loading = false
         this.$message.error('���������������������������������������������')
-      }, 30000)
+      }, 300000)
       this.loading = true
       this.$request({
         url: '/allocation/listExcel',
@@ -548,6 +548,7 @@
       })
     },
     handleSearchBut(obj) {
+      let pageSize = this.pagination.pageSize
       this.pagination = {
         currentPage: 1,
         // ������������������������������������������(���������������������������)
@@ -555,7 +556,7 @@
         // ������������������������������
         pageSizes: [10, 30, 60, 100],
         // ������������������������������������������
-        pageSize: 10
+        pageSize: pageSize
       }
       this.handleSearch(obj)
     },

--
Gitblit v1.8.0