Explorar el Código

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

dongpo hace 1 año
padre
commit
0c3bb5c01e
Se han modificado 1 ficheros con 1 adiciones y 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(() => { });
     }