访视修改15天校验弹窗添加取消按钮
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-09 15:46:02 +08:00
parent b42304d51c
commit f8ab8e8eea
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ export default {
this.$t("trials:uploadDicomList:label:prompt"), this.$t("trials:uploadDicomList:label:prompt"),
{ {
type: "warning", type: "warning",
showCancelButton: false, // showCancelButton: false,
} }
) )
.then(() => { .then(() => {
@ -133,7 +133,7 @@ export default {
this.$emit("putVisit", data); this.$emit("putVisit", data);
}) })
.catch((err) => { .catch((err) => {
this.visit = this.modelData; this.visit = this.modelData;
}); });
return false; return false;
} }