tj
qx
5 天以前 d3ea99796e35f4be7d2a77957b0be57bee011663
src/api/system/comp.js
@@ -203,4 +203,14 @@
      dwId:dwId
    }
  })
}
// 根据单位id和部门ID查询单位分组信息
export function gettuantijiesuanrenyuan(data) {
  return request({
    url: '/hosp/water/gettuantijiesuanrenyuan',
    method: 'get',
    params: data
  })
}