chenhaozhe
2026-02-05 c141b01c990146b4ef41c17a69ad3066d721a91c
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