新增下拉框选择dicomAE接口
parent
8491862a7f
commit
c7575b7048
|
@ -32,4 +32,12 @@ export function testConnect(id) {
|
|||
url: `/DicomAE/testSCPServerConnect/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获取DicomAE下拉框数据
|
||||
export function getDicomCalledAEList() {
|
||||
return request({
|
||||
url: `/Patient/getDicomCalledAEList`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue