patientList

This commit is contained in:
haomingming
2026-03-17 14:49:50 +08:00
parent c6ce198c31
commit 6cdd8b90db
7 changed files with 1914 additions and 1387 deletions
+3
View File
@@ -336,6 +336,9 @@ const api = {
applyList(data){
return request('/expertAPI/applyList', data, 'post', false);
},
patientListByGBKPage(data){
return request('/expertAPI/patientListByGBKPage', data, 'post', false);
},
patientListByGBK(data){
return request('/expertAPI/patientListByGBK', data, 'post', false);
},