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;