lugano病灶保存提示
parent
f6eab06c78
commit
95d1207a45
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue