患者信息详情 预览

This commit is contained in:
shidongli 2024-05-28 15:03:36 +08:00
parent 32d8f62a1a
commit 15c56000b0
2 changed files with 771 additions and 654 deletions

View File

@ -60,3 +60,10 @@ export function selectSpecialDiseasenew(id) {
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