This commit is contained in:
zoujiandong
2024-04-12 10:14:45 +08:00
parent 41edd2f55e
commit 249e3a26c4
8 changed files with 140 additions and 19 deletions
+2 -2
View File
@@ -1044,9 +1044,9 @@ postServiceConfig(params) {//新增医生问诊配置-服务设置
}
})
}
getFollowDetail(){
getFollowDetail(id){
return this.request({//获取医生问诊配置-随访包-明细
url: `${this.baseUrl}/doctor/inquiry/config/follow/item`,
url: `${this.baseUrl}/doctor/inquiry/service/follow/item/${id}`,
method: 'GET'
})
}