api/system/report.js
@@ -3,10 +3,10 @@ // 查询体检报告存储列表 export function getReportList(cusPhone) { return request({ url: '/cus/getReport/getReportList', method: 'get', params: { cusPhone: cusPhone url: '/cus/getReport/tijianjilu', method: 'post', data: { idCard:cusPhone } }) } @@ -125,3 +125,11 @@ data:data }) } // 查询体检报告存储详细 export function getwenzhenxinxi(data) { return request({ url: '/cus/wx/wenzhenxinxi', method: 'post', data:data }) }