Преглед изворни кода

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(() => { });
     }