From f2a606efca273d0329c783fd950c417eec6a1798 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 11 六月 2025 14:47:51 +0800 Subject: [PATCH] 请求后端超时时间从50万毫秒(8分半钟)改为180万毫秒(30分钟) --- src/views/eam/common/MaintenanceStandardPlanningMaterial.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/eam/common/MaintenanceStandardPlanningMaterial.vue b/src/views/eam/common/MaintenanceStandardPlanningMaterial.vue index a6cc244..6e25493 100644 --- a/src/views/eam/common/MaintenanceStandardPlanningMaterial.vue +++ b/src/views/eam/common/MaintenanceStandardPlanningMaterial.vue @@ -41,6 +41,7 @@ <a-popconfirm title="纭畾鍒犻櫎鍚�?" @confirm="() => handleDelete(record.id)" + v-if="maintenanceStandardId !='' && isAdd " > <a>鍒犻櫎</a> </a-popconfirm> -- Gitblit v1.9.3