From 53f31fef3496b799fe1bd6372e76624678537be4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 02 七月 2025 17:31:50 +0800
Subject: [PATCH] 指标维护-页面开发

---
 src/views/equipmentManagement/upkeep/Form/PlanForm.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/equipmentManagement/upkeep/Form/PlanForm.vue b/src/views/equipmentManagement/upkeep/Form/PlanForm.vue
index ab22cc4..a2bd2ce 100644
--- a/src/views/equipmentManagement/upkeep/Form/PlanForm.vue
+++ b/src/views/equipmentManagement/upkeep/Form/PlanForm.vue
@@ -74,7 +74,9 @@
   form.deviceLedgerId = data.deviceLedgerId;
   form.deviceName = data.deviceName;
   form.deviceModel = data.deviceModel;
-  form.maintenancePlanTime = data.maintenancePlanTime;
+  form.maintenancePlanTime = dayjs(data.maintenancePlanTime).format(
+    "YYYY-MM-DD HH:mm:ss"
+  );
 };
 
 const loadForm = () => {};

--
Gitblit v1.9.3