From 3845f43c43252185a134566a63670de9d1c2d253 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 28 十月 2024 15:06:45 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before into master

---
 src/components/view/b1-inspection-order.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue
index f3b34a3..9c1b6e6 100644
--- a/src/components/view/b1-inspection-order.vue
+++ b/src/components/view/b1-inspection-order.vue
@@ -998,7 +998,10 @@
 				this.$refs['ValueTable'].selectList(e)
 			},
 			refresh() {
+        let state = this.componentData.entity.state
 				this.componentData.entity = this.HaveJson(this.entityCopy)
+        this.componentData.entity.state = state
+        this.refreshTable()
 				this.upIndex++
 			},
 			// 鏉冮檺鍒嗛厤

--
Gitblit v1.9.3