From edff2a91001d0876d6bd0d77c7313aa22433f984 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 21 Feb 2024 10:28:52 +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=B0=E4=BC=A0=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseList/caseAuditList.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/caseList/caseAuditList.vue b/src/views/caseList/caseAuditList.vue index 82374146..c7b65397 100644 --- a/src/views/caseList/caseAuditList.vue +++ b/src/views/caseList/caseAuditList.vue @@ -73,8 +73,7 @@ export default { console.log("urlParams.get('id')",urlParams.get('id')) // console.log("this.$route.params.batchCode",this.$route.params.batchCode) - // this.id = this.$route.params.id || this.$route.params.batchCode || urlParams.get('id'); - this.id='BXPC240220000335960384' + this.id = this.$route.params.id || this.$route.params.batchCode || urlParams.get('id'); this.activeIndex=this.$route.params?.activeIndex || 0 await this.batchOrderCount(); await this.getList() @@ -107,7 +106,7 @@ export default { }, async batchOrderCount(){ let res =await reimburseBatchOrderCount({ - batchCode:this.id + batchCode:'BXPC240220000335960384',//this.id }) this.tabArr.forEach(tab => { if (tab.name === '待审核') {