qx
qx
4 小时以前 01c3a2e0238539b19781048259c0df84a76d46fa
src/api/doctor/checkAll.js
@@ -203,3 +203,14 @@
    params: { tjNUm: tjNUm, proId: proId }
  })
}
export function tjjcycxm(tjNumber) {
  return request({
    url: '/system/config/tjjcycxm',
    method: 'get',
    params: {
      tjh: tjNumber
    }
  })
}