Преглед на файлове

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

dongpo преди 1 година
родител
ревизия
0c3bb5c01e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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(() => { });
     }