From 890cd9ab8cfbd642c7240413a2f2f51b7f6f0fa5 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 21 三月 2024 13:37:26 +0800
Subject: [PATCH] 完善下单

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

diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue
index bb8dcaf..49f53db 100644
--- a/src/components/view/b1-inspect-order-plan.vue
+++ b/src/components/view/b1-inspect-order-plan.vue
@@ -166,7 +166,7 @@
 					entity: {
 						viewSelf: false,
 						state: 1,
-						childrenLaboratory: null,
+						sonLaboratory: null,
 						insState: null,
 						sampleName: null,
 						orderBy: {
@@ -177,6 +177,7 @@
 					isIndex: true,
 					showSelect: false,
 					select: false,
+					sort: false,
 					do: [{
 							id: '',
 							font: '妫�楠�',
@@ -228,16 +229,6 @@
 			this.$nextTick(() => {
 				this.refreshTable()
 			})
-		},
-		watch: {
-			tabList(newVal) {
-				if (newVal && newVal.length > 0) {
-					this.componentData.entity.childrenLaboratory = newVal[0].value
-					this.$nextTick(() => {
-						this.refreshTable()
-					})
-				}
-			}
 		},
 		methods: {
 			upUser() {
@@ -308,7 +299,7 @@
 			},
 			handleTab(m, i) {
 				this.tabIndex = i;
-				this.componentData.entity.childrenLaboratory = m.value
+				this.componentData.entity.sonLaboratory = m.value
 				this.refreshTable()
 			},
 			getTypeDicts() {
@@ -356,9 +347,6 @@
 							label: ele.label,
 							value: ele.value
 						}
-					})
-					this.$nextTick(() => {
-						this.componentData.entity.childrenLaboratory = this.tabList[0].value
 					})
 				})
 			}

--
Gitblit v1.9.3