From 1b2507fa384d2b86492d41e126dca0d527c0af82 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 21 Feb 2024 10:59:59 +0800 Subject: [PATCH] =?UTF-8?q?task#11094,=E5=90=8E=E5=8F=B0=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?H5=E5=8F=82=E6=95=B0bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseList/caseAuditList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()