访视修改15天校验弹窗添加取消按钮
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b42304d51c
commit
f8ab8e8eea
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue