瀏覽代碼

修改导出文件格式(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('导出失败');