修改禅道已知bug
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
<a-icon type="codepen"/>
|
||||
{{$t('DocumentSplitting')}}
|
||||
</div>
|
||||
<!-- <div @click="DocumentTranslationClick" v-has="'bussLog:translation'" class="operator-text-text"-->
|
||||
<!-- :title="$t('DocumentTranslation')">-->
|
||||
<!-- <a-icon type="file-pdf"/>-->
|
||||
<!-- {{$t('DocumentTranslation')}}-->
|
||||
<!-- </div>-->
|
||||
<!-- <div @click="DocumentTranslationClick" v-has="'bussLog:translation'" class="operator-text-text"-->
|
||||
<!-- :title="$t('DocumentTranslation')">-->
|
||||
<!-- <a-icon type="file-pdf"/>-->
|
||||
<!-- {{$t('DocumentTranslation')}}-->
|
||||
<!-- </div>-->
|
||||
<div @click="DocumentComparisonClick" v-has="'bussLog:comparison'" class="operator-text-text"
|
||||
:title="$t('DocumentComparison')">
|
||||
<a-icon type="wallet"/>
|
||||
@@ -405,9 +405,12 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
localStorage.setItem('serial_number',serial_number)
|
||||
// localStorage.setItem('serial_number',serial_number)
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/problemknowledgeBase',
|
||||
query: {
|
||||
serial_number: serial_number
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
},
|
||||
@@ -466,7 +469,7 @@
|
||||
} else if (fileSuffix == '.xlsx' || fileSuffix == '.xls') {
|
||||
let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(this.downLoadFileUrl + '/' + fileQuery.id + fileSuffix)
|
||||
window.open(url, '_blank')
|
||||
}else if(fileSuffix == '.png' || fileSuffix == '.jpeg' || fileSuffix == '.gif' || fileSuffix == '.jpg'){
|
||||
} else if (fileSuffix == '.png' || fileSuffix == '.jpeg' || fileSuffix == '.gif' || fileSuffix == '.jpg') {
|
||||
let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(this.downLoadImgUrl + '/' + fileQuery.id + fileSuffix)
|
||||
window.open(url, '_blank')
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user