Go to next document?国际化
parent
4de108cd42
commit
9906f44677
|
@ -323,7 +323,7 @@ export default {
|
||||||
closeSignDialog(isSave) {
|
closeSignDialog(isSave) {
|
||||||
this.signVisible = false
|
this.signVisible = false
|
||||||
if (isSave) {
|
if (isSave) {
|
||||||
this.$confirm('Go to next document?').then(res => {
|
this.$confirm(this.$t('trials:self-attachment:message:nextDocument')).then(res => {
|
||||||
getNextUnSignDocument({
|
getNextUnSignDocument({
|
||||||
TrialId: this.trialId
|
TrialId: this.trialId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|
Loading…
Reference in New Issue