4.12
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user