From cb57bc6b4abf45dbb0605c94359c63e3b31b4b87 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 10 九月 2024 15:55:57 +0800
Subject: [PATCH] 优化报告生成、修改电路下单传参

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

diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue
index 07192f3..ba7325f 100644
--- a/src/components/view/b1-inspect-order-plan.vue
+++ b/src/components/view/b1-inspect-order-plan.vue
@@ -792,10 +792,10 @@
           inspectorList.push(user.name)
         }
         this.inspectorList = inspectorList
-        this.state = 1;
 				this.orderId = row.id
         this.version = row.version
         this.orderStateId = row.orderStateId
+        this.state = 1;
       },
       handleConnect(row){
         this.orderId = row.id

--
Gitblit v1.9.3