|
@@ -289,6 +289,11 @@ const EmrSidebar = defineComponent({
|
|
|
courseJumpId: val.courseJumpId,
|
|
|
};
|
|
|
|
|
|
+ if (val.signComplete && val.archivePath) {
|
|
|
+ window.open(val.archivePath, "_blank");
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
if (editor) {
|
|
|
emrMitt.emit("loadDocument", params);
|
|
|
return;
|