From 786a139a5855dfec193dc3e7b794127ed3e62fe2 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 12 四月 2024 15:26:45 +0800
Subject: [PATCH] 优化

---
 src/views/quality/processInspect/processInspect-form.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/quality/processInspect/processInspect-form.vue b/src/views/quality/processInspect/processInspect-form.vue
index 59e0cf4..319b24c 100644
--- a/src/views/quality/processInspect/processInspect-form.vue
+++ b/src/views/quality/processInspect/processInspect-form.vue
@@ -858,7 +858,6 @@
                 if (_than.empiricalValueAddMaxNumber != _than.empiricalValueAdd - 1) {
                     _than.empiricalValueAdd = _than.empiricalValueAdd - 1;
                     // _than.changeRowResult()
-                    _than.saveTable();
                     _than.inspectionItems.forEach(i => {
                         if(i.children){
                             i.children.forEach(ele=>{
@@ -866,6 +865,7 @@
                             })
                         }
                     });
+                    _than.saveTable();
                 }
             }
         },

--
Gitblit v1.9.3