yusijie
2026-02-06 28328db7ef0b0270e9e94b6a11b32cb5f9bdac88
pages/shebeiguanli/deviceManage.vue
@@ -753,9 +753,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