From ff821843ee7ce58a480cd7f36f62e22cc2871e2e Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 13 Mar 2025 08:38:22 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/sendWaybillList.vue | 4 ++++ 1 file changed, 4 insertions(+) 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;