From 321370a82855d4b58d4eff2aee238672cdb8b865 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 14 十一月 2024 10:06:49 +0800
Subject: [PATCH] 修改检验下单

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index cfc661b..2130739 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -2232,6 +2232,7 @@
         this.param = {}
         // 娓呯┖鍏夌氦閰嶇疆鐩稿叧鏁版嵁
         this.fiberOpticTape = []
+        this.template = ''
         this.currentFiberOpticTape = null;
         this.fiberOptic = []
         this.currentFiberOptic = null;
@@ -3833,7 +3834,7 @@
               return
             }
             // 淇濆瓨鐗堟湰
-            this.saveVersion()
+            // this.saveVersion()
             // 濡傛灉妯℃澘鐨勬楠岄」澶氫簡锛屽垯鍒犻櫎澶氫綑鐨�
             obj.allBandList.forEach(item=>{
               item.projectList.forEach((m,i)=>{

--
Gitblit v1.9.3