From 77bb73aaef8f85d961b373731a05361cbe6921de Mon Sep 17 00:00:00 2001
From: 张诺 <2864490065@qq.com>
Date: 星期五, 25 七月 2025 14:06:57 +0800
Subject: [PATCH] 提交设备管理优化 以及防抖功能

---
 src/views/archiveManagement/mould/archiveDialog.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/views/archiveManagement/mould/archiveDialog.vue b/src/views/archiveManagement/mould/archiveDialog.vue
index 18014fe..d60cd84 100644
--- a/src/views/archiveManagement/mould/archiveDialog.vue
+++ b/src/views/archiveManagement/mould/archiveDialog.vue
@@ -101,9 +101,9 @@
 const initTreeDataId = ref(null);
 const fileUploadRef = ref(null);
 const initForm = (val) => {
-  initTreeDataId.value = val.value.id || null; // 纭繚 initTreeDataId 鍒濆鍖栦负 null
+  initTreeDataId.value = val.id || null; // 纭繚 initTreeDataId 鍒濆鍖栦负 null
   ruleForm.value = {};
-  ruleForm.value.treeId = val.value.id || null; // 纭繚 treeId 鍒濆鍖栦负 null
+  ruleForm.value.treeId = val.id || null; // 纭繚 treeId 鍒濆鍖栦负 null
   nextTick(() => {
     fileUploadRef.value.init();
   });
@@ -146,10 +146,6 @@
       });
       return;
     }
-    // 鍙戦�� emit 浜嬩欢
-
-    // 鍏抽棴瀵硅瘽妗�
-    ElMessage.success("鎿嶄綔鎴愬姛");
     centerDialogVisible.value = false;
   } catch (error) {
     ElMessage({

--
Gitblit v1.9.3