患者信息详情 预览
This commit is contained in:
parent
32d8f62a1a
commit
15c56000b0
@ -60,3 +60,10 @@ export function selectSpecialDiseasenew(id) {
|
|||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// 左侧点击事件
|
||||||
|
export function getById(id) {
|
||||||
|
return request({
|
||||||
|
url: '/manage/signnode/getById/'+id,
|
||||||
|
method: 'get'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user