qinxianzhangyao
2023-12-06 ced3a8b5f49b6e7039be5415a705ae3575c102fb
src/api/system/tijian.js
@@ -10,8 +10,13 @@
    }
  })
}
// 每个项目
export function getIsRequired() {
  return request({
    url: '/hosp/order/getIsRequired',
    method: 'get',
  })
}
// 每个项目
export function projectGetList() {
@@ -116,3 +121,13 @@
   
  })
}
// 根据身份证号查看历史体检记录
export function getHistryTjOrderByCusIdCard(cusIdCard) {
  return request({
    url:'/hosp/order/getHistryTjOrderByCusIdCard',
    method:'get',
    params:{cusIdCard:cusIdCard}
  })
}