diff --git a/src/views/emis/emisWaybill/UserOrderList.vue b/src/views/emis/emisWaybill/UserOrderList.vue index fc7c972c..b99ce1ed 100644 --- a/src/views/emis/emisWaybill/UserOrderList.vue +++ b/src/views/emis/emisWaybill/UserOrderList.vue @@ -754,7 +754,7 @@ export default { end.setHours(23,59,59,0) this.dateTimeRange=[timeFormat(start), timeFormat(end)] - this.queryParams.orderStatus='0'; + //this.queryParams.orderStatus='0'; this.getList(); }, methods: {