WXL
2024-05-27 b2278ee7b3934157b2400d75c39957a8885ade9f
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
  })