This commit is contained in:
linfso 2025-04-30 10:40:14 +08:00
parent 26aaa8af72
commit 452d99a0d6

View File

@ -571,7 +571,7 @@ export default {
} }
this.queryParams.carryType=this.$route.query.transType; 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.paymentStatus='0,2';
this.queryParams.params.problemQueryType=2; this.queryParams.params.problemQueryType=2;
@ -602,7 +602,7 @@ export default {
} }
this.queryParams.carryType=this.$route.query.transType; 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.paymentStatus='0,2';
this.queryParams.params.problemQueryType=2; this.queryParams.params.problemQueryType=2;