From 452d99a0d6133e5065c8b7fd0afe2f68e4ae6bf3 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 30 Apr 2025 10:40:14 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/CreditSendWaybillList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisWaybill/CreditSendWaybillList.vue b/src/views/emis/emisWaybill/CreditSendWaybillList.vue index 498c4a18..99bd7e13 100644 --- a/src/views/emis/emisWaybill/CreditSendWaybillList.vue +++ b/src/views/emis/emisWaybill/CreditSendWaybillList.vue @@ -571,7 +571,7 @@ export default { } this.queryParams.carryType=this.$route.query.transType; - this.queryParams.queryQuotaType=this.$route.query.queryQuotaType; + this.queryParams.params.queryQuotaType=this.$route.query.queryQuotaType; this.queryParams.paymentStatus='0,2'; this.queryParams.params.problemQueryType=2; @@ -602,7 +602,7 @@ export default { } this.queryParams.carryType=this.$route.query.transType; - this.queryParams.queryQuotaType=this.$route.query.queryQuotaType; + this.queryParams.params.queryQuotaType=this.$route.query.queryQuotaType; this.queryParams.paymentStatus='0,2'; this.queryParams.params.problemQueryType=2;