|
@@ -166,10 +166,7 @@ export default {
|
|
|
|| fileData.postfix == 'TIFF' || fileData.postfix == 'tiff' ) {
|
|
|
this.seeFileData = fileData
|
|
|
this.$refs.seeFileRef.dialogVisible = true
|
|
|
- }else if (fileData.postfix == 'PDF' || fileData.postfix == 'pdf' || fileData.postfix == 'xlsx' || fileData.postfix == 'XLSX' || fileData.postfix == 'xls' || fileData.postfix == 'XLS'
|
|
|
- || fileData.postfix == 'docx' || fileData.postfix == 'DOCX' || fileData.postfix == 'doc' || fileData.postfix == 'DOC'){
|
|
|
- window.open(fileData.url,'_self')
|
|
|
- } else {
|
|
|
+ }else {
|
|
|
this.$notify({
|
|
|
title:'提示',
|
|
|
message:'该文件暂不支持',
|