Go to next document?国际化
parent
4de108cd42
commit
9906f44677
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue