lugano病灶保存提示

uat_us
caiyiling 2024-02-27 14:05:00 +08:00
parent 47288bcca0
commit 6eb8957d1c
1 changed files with 6 additions and 1 deletions

View File

@ -726,7 +726,12 @@ export default {
this.$refs.measurementForm.validate(async valid => { this.$refs.measurementForm.validate(async valid => {
if (!valid) return if (!valid) return
if (!this.isInsideVolume) { if (!this.isInsideVolume) {
this.$alert('当前标记在图像外,不允许保存!', '提示', { // this.$alert('', '', {
// callback: action => {}
// })
this.$confirm(this.$t('当前标记在图像外,不允许保存!'), {
type: 'warning',
showCancelButton: false,
callback: action => {} callback: action => {}
}) })
return return