diff --git a/src/views/caseList/caseAuditList.vue b/src/views/caseList/caseAuditList.vue index c932359f..a432db66 100644 --- a/src/views/caseList/caseAuditList.vue +++ b/src/views/caseList/caseAuditList.vue @@ -73,7 +73,7 @@ export default { const urlParams = new URLSearchParams(window.location.search); console.log("urlParams.get('id')",urlParams.get('id')) console.log("=========",this.$route) - this.id = this.$route.params.id || this.$route.params.batchCode; + this.id =urlParams.get('id') || this.$route.params.id || this.$route.params.batchCode; this.activeIndex=this.$route.params?.activeIndex || 0 await this.batchOrderCount(); await this.getList()