修改
This commit is contained in:
parent
01aa24e410
commit
cc7dade9d7
@ -56,7 +56,7 @@ export function getVisitDetail(phType, identity, id) {
|
||||
// 获取复诊记录时间轴
|
||||
export function getSubsequentVisitTime(identity) {
|
||||
return request({
|
||||
url: `/performance/timelineList/${identity}`,
|
||||
url: `/applet/performance/timelineList/${identity}`,
|
||||
method: 'get',
|
||||
header: {
|
||||
region: uni.getStorageSync('region'),
|
||||
@ -67,7 +67,7 @@ export function getSubsequentVisitTime(identity) {
|
||||
// 获取复诊记录详情
|
||||
export function getSubsequentVisitDetail(perRecordId) {
|
||||
return request({
|
||||
url: `/performance/getDetail/${perRecordId}`,
|
||||
url: `/applet/performance/getDetail/${perRecordId}`,
|
||||
method: 'get',
|
||||
header: {
|
||||
region: uni.getStorageSync('region')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user