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 });