diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 94269666..478a95e6 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -836,6 +836,8 @@ export default { } this.queryParams.paymentStatus='0'; + this.queryParams.params.problemQueryType='2'; + this.queryParams.params.problemQueryIds='173,170,151'; let startTime=this.$route.query.startDate; let endTime=this.$route.query.endDate; @@ -859,6 +861,8 @@ export default { } this.queryParams.paymentStatus='0'; + this.queryParams.params.problemQueryType='2'; + this.queryParams.params.problemQueryIds='173,170,151'; let startTime=this.$route.query.startDate; let endTime=this.$route.query.endDate;