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 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue
index aef1464..4c5e0b6 100644
--- a/src/views/toCarryOutLegislativeReforms/reform/index.vue
+++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue
@@ -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