src/api/doctor/checkAll.js
@@ -65,8 +65,8 @@ export function getTjdetailList(data) { return request({ url: '/check/getTjdetailList', method: 'put', params: data method: 'post', data: data }) } @@ -203,3 +203,14 @@ params: { tjNUm: tjNUm, proId: proId } }) } export function tjjcycxm(tjNumber) { return request({ url: '/system/config/tjjcycxm', method: 'get', params: { tjh: tjNumber } }) }