dengweize 3 giorni fa
parent
commit
faa72120dd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/api/store/patient.js

+ 1 - 1
src/api/store/patient.js

@@ -45,7 +45,7 @@ export function updatePatient(data) {
 // 删除病人
 export function delPatient(patientId) {
   return request({
-    url: '/his/patient/' + patientId,
+    url: '/store/patient/' + patientId,
     method: 'delete'
   })
 }