소스 검색

修改导出文件格式(2214)

zhangxc 5 년 전
부모
커밋
b0e9bede8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/diagBase/AddDiagBase.vue

+ 1 - 1
src/components/diagBase/AddDiagBase.vue

@@ -306,7 +306,7 @@
                         diagnoseId: this.id
                     }
                     api.exportDiagnosticAll(param).then((res) => {
-                        utils.downloadExportedData(res.data,'诊断依据');
+                        utils.downloadExportedData(res.data,'诊断依据.xls');
                     })
                 }else {
                     this.warning('导出失败');