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