Parcourir la source

fix 订但预警导出

ylong il y a 5 mois
Parent
commit
b402674d9f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/recycle/orderAlert/index.vue

+ 1 - 1
src/views/recycle/orderAlert/index.vue

@@ -115,7 +115,7 @@ const columns = ref([
 
 //导出数据
 function exportData() {
-    pageRef.value?.exportData('订单预警', { pageSize: 10000 });
+    pageRef.value?.exportData('订单预警', { pageSize: 10000, page: 1, alarmType: pageConfig.where.alarmType });
 }
 
 // 卡片选中