lugano病灶保存提示

uat_us
caiyiling 2024-02-27 14:02:54 +08:00
parent f6eab06c78
commit 95d1207a45
1 changed files with 1 additions and 6 deletions

View File

@ -727,12 +727,7 @@ export default {
if (!valid) return if (!valid) return
if (!this.isInsideVolume) { if (!this.isInsideVolume) {
this.$alert('当前标记在图像外,不允许保存!', '提示', { this.$alert('当前标记在图像外,不允许保存!', '提示', {
callback: action => { callback: action => {}
this.$message({
type: 'info',
message: `action: ${action}`
})
}
}) })
return return
} }