quyx@nextosd.com 5 months ago
parent
commit
c7c8d5bbfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bbib/order/index.vue

+ 1 - 1
src/views/bbib/order/index.vue

@@ -287,7 +287,7 @@ function getSearchList() {
     areaList: queryParams.value.area,
   };
   
-  download('bbib/order/export', exportParams, `t_base_order_${new Date().getTime()}.xlsx`);
+  download('bbib/order/export', exportParams, `t_base_order_${new Date().getTime()}.csv`);
 }
 // コンポーネント初期化時に検索を実行
 getSearchList();