1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
197f17fc99
commit
9da7c1a159
|
|
@ -383,7 +383,7 @@ function mimeTypeToExt(mimeType) {
|
||||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx',
|
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx',
|
||||||
'application/vnd.ms-excel': 'xls',
|
'application/vnd.ms-excel': 'xls',
|
||||||
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'xlsx',
|
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'xlsx',
|
||||||
'application/vnd.ms-powerpoint': '.ppt',
|
'application/vnd.ms-powerpoint': 'ppt',
|
||||||
'application/vnd.openxmlformats-officedocument.presentationml.presentation': 'pptx',
|
'application/vnd.openxmlformats-officedocument.presentationml.presentation': 'pptx',
|
||||||
'text/plain': 'txt',
|
'text/plain': 'txt',
|
||||||
// 音频/视频
|
// 音频/视频
|
||||||
|
|
|
||||||
|
|
@ -1066,11 +1066,8 @@ export default {
|
||||||
DicomEvent.$on('imageLocation', async (measuredData) => {
|
DicomEvent.$on('imageLocation', async (measuredData) => {
|
||||||
return new Promise(async resolve => {
|
return new Promise(async resolve => {
|
||||||
if (!measuredData) return
|
if (!measuredData) return
|
||||||
// await this.imageLocation(measuredData)
|
|
||||||
const shouldRelocate = this.shouldRelocateBeforeScreenshot(measuredData)
|
await this.imageLocation(measuredData)
|
||||||
if (shouldRelocate) {
|
|
||||||
await this.imageLocation(measuredData)
|
|
||||||
}
|
|
||||||
resolve()
|
resolve()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue