9.2 zjd提交

This commit is contained in:
zoujiandong
2025-09-02 19:03:45 +08:00
parent 1cc611d68d
commit f89d0e6295
16 changed files with 1338 additions and 301 deletions
+21 -1
View File
@@ -261,7 +261,27 @@ const api = {
return request('/expertAPI/newsTagList', data, 'post', false);
},
meetingListV2U(data){
return request('/expertAPI/meetingListV2U', data, 'post', false);
},
applyList(data){
return request('/expertAPI/applyList', data, 'post', false);
},
patientListByGBK(data){
return request('/expertAPI/patientListByGBK', data, 'post', false);
},
followUpList(data){
return request('/expertAPI/followUpList', data, 'post', false);
},
relationRecordLately(data){
return request('/expertAPI/relationRecordLately', data, 'post', false);
},
applyListOperate(data){
return request('/expertAPI/applyListOperate', data, 'post', false);
},
groupList(data){
return request('/expertAPI/groupListU', data, 'post', false);
},
}
export default api