|  | @@ -1,6 +1,6 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class="upload-file">
 | 
	
		
			
				|  |  | -    <el-upload 
 | 
	
		
			
				|  |  | +    <el-upload
 | 
	
		
			
				|  |  |      multiple
 | 
	
		
			
				|  |  |      drag
 | 
	
		
			
				|  |  |      :action="uploadFileUrl"
 | 
	
	
		
			
				|  | @@ -66,7 +66,7 @@ export default {
 | 
	
		
			
				|  |  |      // 文件类型, 例如['png', 'jpg', 'jpeg']
 | 
	
		
			
				|  |  |      fileType: {
 | 
	
		
			
				|  |  |        type: Array,
 | 
	
		
			
				|  |  | -      default: () => ["pdf", "jpg", "png", "bmp"],
 | 
	
		
			
				|  |  | +      default: () => ["pdf", "jpg", "png", "bmp","doc","docx","ppt","pptx","xls","xlsx","zip","rar","7z"],
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 是否显示提示
 | 
	
		
			
				|  |  |      isShowTip: {
 | 
	
	
		
			
				|  | @@ -285,7 +285,7 @@ export default {
 | 
	
		
			
				|  |  |            url=process.env.VUE_APP_BASE_API+this.fileValueList[index].url;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          // console.log("process.env.VUE_APP_BASE_API",process.env.VUE_APP_BASE_API,process)
 | 
	
		
			
				|  |  | -        
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          // console.log("process.env.VUE_APP_BASE_API url",url)
 | 
	
		
			
				|  |  |          const a = document.createElement("a");
 | 
	
		
			
				|  |  |          a.setAttribute("download", name);
 | 
	
	
		
			
				|  | @@ -296,7 +296,7 @@ export default {
 | 
	
		
			
				|  |  |        clearFiles(){
 | 
	
		
			
				|  |  |          this.$refs["fileUpload"].clearFiles();
 | 
	
		
			
				|  |  |          this.fileList = [];
 | 
	
		
			
				|  |  | -        this.fileValueList = [];        
 | 
	
		
			
				|  |  | +        this.fileValueList = [];
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  };
 |