From b34c02590a3253955c3f44a1cbbbf8ba2a786893 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 06 三月 2026 18:01:22 +0800
Subject: [PATCH] 回显问题

---
 src/pages/equipmentManagement/upkeep/maintain.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/pages/equipmentManagement/upkeep/maintain.vue b/src/pages/equipmentManagement/upkeep/maintain.vue
index 610a185..772881a 100644
--- a/src/pages/equipmentManagement/upkeep/maintain.vue
+++ b/src/pages/equipmentManagement/upkeep/maintain.vue
@@ -41,7 +41,7 @@
                  clearable />
       </u-form-item>
       <u-form-item label="淇濆吇鐘舵��"
-                   prop="status"
+                   prop="maintenancestatusText"
                    required
                    border-bottom>
         <u-input v-model="maintenancestatusText"
@@ -123,7 +123,7 @@
                   :key="index"
                   class="file-item">
               <view class="file-preview-container">
-                {{formatFileUrl(file.url)}}
+                <!-- {{formatFileUrl(file.url)}} -->
                 <image v-if="file.type === 'image' || isImageFile(file)"
                        :src="formatFileUrl(file.url || file.tempFilePath || file.path || file.downloadUrl)"
                        class="file-preview"
@@ -592,7 +592,6 @@
       await fetchSparePartOptions(pageId);
     }
     // 椤甸潰鏄剧ず鏃跺垵濮嬪寲琛ㄥ崟
-    initForm();
   });
   const sparePartOptions = ref([]);
   const fetchSparePartOptions = deviceLedgerId => {

--
Gitblit v1.9.3