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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue
index 8863d35..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',

--
Gitblit v1.8.0