WXL
2024-04-08 32d69fcb07f2325d9b93ce1a8b3716eec73ae70f
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
  })