WXL
2023-12-28 2ef938e02a1c64c7e7c641d46a2db91e4cdd1b75
src/api/patient/homepage.js
@@ -20,7 +20,7 @@
// 修改患者档案
export function alterpatient(data) {
  return request({
    url: '/smartor/patarchive/edit',
    url: '/smartor/patarchive/saveOrUpdatePatInfo',
    method: 'post',
    data: data
  })