病理工作台 保存图片增加参数
This commit is contained in:
parent
094a93b41b
commit
ddb75bae18
@ -553,18 +553,21 @@ const upimageselect = async () => {
|
||||
try {
|
||||
updateexamineimage.value = []
|
||||
updateexamineimage.value.push({
|
||||
regid:regId.value,
|
||||
id: selecteimagedoneid.toString(),
|
||||
isDelete: '',
|
||||
deletePerson: '',
|
||||
selected: '1'
|
||||
})
|
||||
updateexamineimage.value.push({
|
||||
regid:regId.value,
|
||||
id: selecteimagedtwoid.toString(),
|
||||
isDelete: '',
|
||||
deletePerson: '',
|
||||
selected: '1'
|
||||
})
|
||||
updateexamineimage.value.push({
|
||||
regid:regId.value,
|
||||
id: selecteimagedthreeid.toString(),
|
||||
isDelete: '',
|
||||
deletePerson: '',
|
||||
@ -745,7 +748,7 @@ const iframeData = async () => {
|
||||
localStorage.setItem('regid_pathology', regId.value)
|
||||
localStorage.removeItem('orgId_pathology')
|
||||
localStorage.setItem('orgId_pathology', orgId.value)
|
||||
const Src = `/static/dicom/dicomViewPc1.html?method=PathologyView&t=${new Date().getTime()}`
|
||||
const Src = `/bl/static/dicom/dicomViewPc1.html?method=PathologyView&t=${new Date().getTime()}`
|
||||
newSrc.value = Src
|
||||
} else {
|
||||
// 如果status不是success,可以根据需要处理错误情况
|
||||
|
Loading…
Reference in New Issue
Block a user