Go to next document?国际化

uat_us
熊飞 2024-02-20 11:44:34 +08:00
parent 4de108cd42
commit 9906f44677
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ export default {
closeSignDialog(isSave) {
this.signVisible = false
if (isSave) {
this.$confirm('Go to next document?').then(res => {
this.$confirm(this.$t('trials:self-attachment:message:nextDocument')).then(res => {
getNextUnSignDocument({
TrialId: this.trialId
}).then(res => {