|
|
@ -270,6 +270,12 @@ export default { |
|
|
|
'processData': data.labelFormModel |
|
|
|
}).then(() => { |
|
|
|
this.writeStatus = 2 |
|
|
|
if (this.userProjectSetting.submitJumpUrl) { |
|
|
|
setTimeout(() => { |
|
|
|
window.location.replace(this.userProjectSetting.submitJumpUrl) |
|
|
|
}, 1000) |
|
|
|
} |
|
|
|
|
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
@ -283,6 +289,7 @@ export default { |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.title-icon-view { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
@ -292,6 +299,7 @@ export default { |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.icon-view { |
|
|
|
width: 59px; |
|
|
|
height: 59px; |
|
|
@ -302,6 +310,7 @@ export default { |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
|
|
|
|
.success-icon { |
|
|
|
text-align: center; |
|
|
|
color: white; |
|
|
|