From e986cee1c804ecdf6d03c080ce9a8bb187f724a4 Mon Sep 17 00:00:00 2001
From: zhang_12370 <z2864490065@outlook.com>
Date: 星期一, 14 七月 2025 18:02:50 +0800
Subject: [PATCH] 1、煤质字段添加校验 使其唯一 2、优化首页 数据刷新 3、开发配煤计算器

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

diff --git a/src/views/archiveManagement/mould/archiveDialog.vue b/src/views/archiveManagement/mould/archiveDialog.vue
index 07b1e00..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,9 +146,6 @@
       });
       return;
     }
-    // 鍙戦�� emit 浜嬩欢
-
-    // 鍏抽棴瀵硅瘽妗�
     centerDialogVisible.value = false;
   } catch (error) {
     ElMessage({

--
Gitblit v1.9.3