From cad671a443f34b411ed4a69cb94490b1121102ce Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 04 三月 2025 17:02:56 +0800
Subject: [PATCH] 优化版图显示、钢化模拟计算保存、结果显示

---
 north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeDetail.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeDetail.vue b/north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeDetail.vue
index 59ef9ec..31550a7 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeDetail.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeDetail.vue
@@ -60,17 +60,21 @@
     zoom: true,
     custom: true
   },
-
 })
+
+
+
+
 
 watch(
     () => props.processId,
     (newValue, oldValue) => {
       if (props.processId!=null){
         selectComputeDetail()
+      
       }
-    }
-);
+      
+});
 
 const selectComputeDetail =  () => {
   if (props.processId!=null || props.processId!=""){
@@ -83,7 +87,6 @@
     })
   }
 }
-
 </script>
 
 <template>
@@ -120,14 +123,15 @@
           </div>
         </div>
       </template>
+
+
     </vxe-grid>
   </div>
 </template>
 
 <style scoped>
-
 :deep(.vxe-tools--operate){
   height: 20px;
   margin-top: -20px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0