Explorar o código

修改导出文件格式(2214)

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
b0e9bede8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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('导出失败');