From 658c0c7db27a62b0cfffefd46339697dcdfe2476 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Tue, 26 Aug 2025 15:01:33 +0800 Subject: [PATCH] =?UTF-8?q?story#7062,=E5=9F=B9=E8=AE=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/invoicingNotify.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index/invoicingNotify.vue b/src/views/index/invoicingNotify.vue index 3738bf76..f499799e 100644 --- a/src/views/index/invoicingNotify.vue +++ b/src/views/index/invoicingNotify.vue @@ -174,7 +174,7 @@ export default { confirmButtonText: '去培训', showCancelButton: false, }).then(async() => { - this.goPage('trainDocment', { supplierId : this.supplierId }) + this.goPage('newTrainingList', { supplierId : this.supplierId }) }).catch(() => { // on cancel });