Browse Source

auto commit

gcz 4 năm trước cách đây
mục cha
commit
7d3c3ab6a1
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/views/oms/order/index.vue

+ 5 - 1
src/views/oms/order/index.vue

@@ -510,7 +510,11 @@
         this.listQuery.endTime =  formatDate(endDate, 'yyyy-MM-dd hh:mm:ss');
       },
       handleExportExcel(){
-        exportExcel(this.listQuery);
+        exportExcel(this.listQuery).then(res => {
+          console.log(res)
+        }).catch(err =>{
+          console.log(err)
+        });
       },