Parcourir la source

1、7667-报销列表-导出文件名称问题

dongpo il y a 1 an
Parent
commit
0c3bb5c01e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/finance/expense/info/index.vue

+ 1 - 1
src/views/finance/expense/info/index.vue

@@ -677,7 +677,7 @@ export default {
         this.exportLoading = true;
         return exportExpenseInfo(params);
       }).then(response => {
-        this.$download.excel(response, '离职信息.xls');
+        this.$download.excel(response, '报销信息.xls');
         this.exportLoading = false;
       }).catch(() => { });
     }