From 817a0f1e849cd1a1c10b33fbfe53301ae407076a Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Fri, 26 Sep 2025 11:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=90=8E=E6=B7=BB=E5=8A=A0ty?= =?UTF-8?q?pe=3Dinvoice=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/invoicingNotify.vue | 2 +- src/views/newcomerTraining/newTrainingList.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/index/invoicingNotify.vue b/src/views/index/invoicingNotify.vue index d756a4a1..1024cb9d 100644 --- a/src/views/index/invoicingNotify.vue +++ b/src/views/index/invoicingNotify.vue @@ -175,7 +175,7 @@ export default { confirmButtonColor: '#0E76F4', showCancelButton: false, }).then(async() => { - this.goPage('newTrainingList', { supplierId : this.supplierId }) + this.goPage('newTrainingList', { supplierId : this.supplierId, type: 'invoice' }) }).catch(() => { // on cancel }); diff --git a/src/views/newcomerTraining/newTrainingList.vue b/src/views/newcomerTraining/newTrainingList.vue index e1eea8ae..80d624d8 100644 --- a/src/views/newcomerTraining/newTrainingList.vue +++ b/src/views/newcomerTraining/newTrainingList.vue @@ -78,9 +78,11 @@ export default { isLoading:false, showPoup:true,//进入弹框 isFinished:false, + type: '', } }, mounted() { + this.type = this.$route.query?.type; // this.onRefresh(); this.getList(); @@ -120,6 +122,7 @@ export default { pageSize:this.pageSize, docType:1, trainingType:4, + type: this.type, }) this.pageList=res.data?.list || []; if(res.data.assessState == 0){