This commit is contained in:
linfso 2025-04-30 09:56:14 +08:00
parent 12b2b29dda
commit 26aaa8af72

View File

@ -552,6 +552,7 @@ export default {
querySendType:"1",
blUploadGoodsPic:null,
settleType:null,
queryquotaType:null,
}
},
};
@ -570,6 +571,7 @@ export default {
}
this.queryParams.carryType=this.$route.query.transType;
this.queryParams.queryQuotaType=this.$route.query.queryQuotaType;
this.queryParams.paymentStatus='0,2';
this.queryParams.params.problemQueryType=2;
@ -600,6 +602,7 @@ export default {
}
this.queryParams.carryType=this.$route.query.transType;
this.queryParams.queryQuotaType=this.$route.query.queryQuotaType;
this.queryParams.paymentStatus='0,2';
this.queryParams.params.problemQueryType=2;