From b6946b9a0219284f48cc0d3a196ae4cc953ecb5e Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期二, 11 三月 2025 09:50:16 +0800
Subject: [PATCH] 正在作业数量

---
 pages/phyz/stationManage/stationManage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/phyz/stationManage/stationManage.vue b/pages/phyz/stationManage/stationManage.vue
index 217b386..592f50d 100644
--- a/pages/phyz/stationManage/stationManage.vue
+++ b/pages/phyz/stationManage/stationManage.vue
@@ -130,7 +130,7 @@
 					this.stations = []
 					this.wrkMast = ''
 					this.wrkDetls = []
-				} else {
+				} else if (this.searchValue.length == 7) {
 					this.getBasDevp('one')
 				}
 			},

--
Gitblit v1.9.1