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/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue index bff6447..4dbe70c 100644 --- a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue +++ b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue @@ -67,14 +67,14 @@ :wrapperCol="wrapperCol" prop="ranges" > - <a-range-picker + <a-range-picker v-model="model.ranges" style="width:100%" format="YYYY-MM-DD HH:mm:ss" showTime :placeholder="[ '璁″垝寮�濮嬫椂闂�', '璁″垝缁撴潫鏃堕棿']" @change="changeDate" - /> + /> </a-form-model-item> </a-col> </a-row> -- Gitblit v1.9.3