From 3d5c2c0a69654e514df25a38ae69c8d55ce45748 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 06 二月 2026 09:43:44 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 pages/weiwaigxOut/firstCheck.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/pages/weiwaigxOut/firstCheck.vue b/pages/weiwaigxOut/firstCheck.vue
index 38fcc57..9799ff2 100644
--- a/pages/weiwaigxOut/firstCheck.vue
+++ b/pages/weiwaigxOut/firstCheck.vue
@@ -749,9 +749,13 @@
 			},
 			//鑾峰彇浣跨敤/缁存姢璐熻矗浜烘暟鎹�
 			getEmpList(){
+                let sWhere=  " where 1=1 "
+                if(this.hform.HDeptName && uni.getStorageSync("Organization") == '瀹佹尝甯傚崕鑸熷寘瑁呮湁闄愬叕鍙�'){
+                    sWhere += ` and HDeptName = '${this.hform.HDeptName}'`
+                }
 				uni.request({
 				    url: this.serverUrl + '/PublicPageMethod/UserList', 
-					data: { sWhere: '' },
+					data: { sWhere: sWhere },
 				    success: (res) => {
 						if(res.data.count == 1){
 							this.EmpNameList = res.data.data

--
Gitblit v1.9.1