story#7062,培训

This commit is contained in:
2025-08-26 15:01:33 +08:00
parent 698f98bee7
commit 658c0c7db2

View File

@ -174,7 +174,7 @@ export default {
confirmButtonText: '去培训', confirmButtonText: '去培训',
showCancelButton: false, showCancelButton: false,
}).then(async() => { }).then(async() => {
this.goPage('trainDocment', { supplierId : this.supplierId }) this.goPage('newTrainingList', { supplierId : this.supplierId })
}).catch(() => { }).catch(() => {
// on cancel // on cancel
}); });