qs
qx
2025-03-08 613c7e02039f447205fb34d1372f28629cb4af20
src/api/count/chart.js
@@ -7,4 +7,16 @@
      method: 'get',
      params:query
    })
  }
  }
  // 体检科室列表显示接口
export function getTiaoNumsByDate(query) {
  return request({
    url: '/home/page/getTiaoNumsByDate',
    method: 'get',
    params:query
  })
}