From f92e790af99264551dd13cfa10abd1f833ee8429 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 19 三月 2026 17:35:19 +0800
Subject: [PATCH] Merge branch 'dev_KTHG' of http://114.132.189.42:9002/r/product-inventory-management into dev_KTHG

---
 src/views/safeProduction/safeQualifications/index.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/safeProduction/safeQualifications/index.vue b/src/views/safeProduction/safeQualifications/index.vue
index e61a39c..1d067d9 100644
--- a/src/views/safeProduction/safeQualifications/index.vue
+++ b/src/views/safeProduction/safeQualifications/index.vue
@@ -408,7 +408,9 @@
         executionDate: "",
       };
     } else {
-      form.value = row;
+      // 鍏抽敭锛氱紪杈戞椂涓嶈鐩存帴寮曠敤琛ㄦ牸琛屽璞★紝閬垮厤鍙栨秷/閲嶇疆鏃舵妸鍒楄〃鏁版嵁涓�璧锋竻绌�
+      // 浣跨敤娣辨嫹璐濇柇寮�寮曠敤鍏崇郴
+      form.value = JSON.parse(JSON.stringify(row || {}));
     }
     dialogFormVisible.value = true;
   };
@@ -453,6 +455,7 @@
   // 鍏抽棴寮规
   const closeDia = () => {
     proxy.resetForm("formRef");
+    form.value = {};
     dialogFormVisible.value = false;
   };
   // 鍏抽棴浜у搧寮规
@@ -724,9 +727,9 @@
     background-color: #fef0f0 !important;
   }
 
-  :deep(.warning-row td) {
-    // color: #cf1322 !important;
-  }
+  /* :deep(.warning-row td) {
+    color: #cf1322 !important;
+  } */
 
   .actions {
     display: flex;

--
Gitblit v1.9.3