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