Przeglądaj źródła

修改导出文件格式(2214)

zhangxc 5 lat temu
rodzic
commit
b0e9bede8a
1 zmienionych plików z 1 dodań i 1 usunięć
  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('导出失败');