Merge branch 'bonus-jyy-smart-canteen' of http://14.103.246.124:16000/bonus/bonus-ui into bonus-jyy-smart-canteen
This commit is contained in:
		
						commit
						cae632dfec
					
				| 
						 | 
				
			
			@ -157,6 +157,8 @@ export function delHealthInfoApi(data) {
 | 
			
		|||
        data: data
 | 
			
		||||
    })
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// 模板-列表
 | 
			
		||||
export function getModelListApi() {
 | 
			
		||||
  return request({
 | 
			
		||||
| 
						 | 
				
			
			@ -190,6 +192,16 @@ export function addReportApi(data) {
 | 
			
		|||
        data: data
 | 
			
		||||
    })
 | 
			
		||||
}
 | 
			
		||||
export function getHealthReportPageApi(data) {
 | 
			
		||||
  return request({
 | 
			
		||||
    url: '/smart-canteen/health_person_medical_report/list',
 | 
			
		||||
    method: 'get',
 | 
			
		||||
    headers: {
 | 
			
		||||
        //"merchant-id":"378915229716713472",
 | 
			
		||||
    },
 | 
			
		||||
    params:data
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
export function getReportApi(data) {
 | 
			
		||||
  return request({
 | 
			
		||||
    url: '/smart-canteen/health_person_medical_report/getReportList',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue