diff --git a/src/components/visitSelect/index.vue b/src/components/visitSelect/index.vue index 49fbb9b..773caed 100644 --- a/src/components/visitSelect/index.vue +++ b/src/components/visitSelect/index.vue @@ -121,7 +121,7 @@ export default { this.$t("trials:uploadDicomList:label:prompt"), { type: "warning", - showCancelButton: false, + // showCancelButton: false, } ) .then(() => { @@ -133,7 +133,7 @@ export default { this.$emit("putVisit", data); }) .catch((err) => { - this.visit = this.modelData; + this.visit = this.modelData; }); return false; }