Explorar o código

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

dongpo hai 1 ano
pai
achega
0c3bb5c01e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(() => { });
     }