diff --git a/nezha-fronted/src/components/common/project/meta2d/meta2dSelectImage.vue b/nezha-fronted/src/components/common/project/meta2d/meta2dSelectImage.vue index 8bad682bc..473be0686 100644 --- a/nezha-fronted/src/components/common/project/meta2d/meta2dSelectImage.vue +++ b/nezha-fronted/src/components/common/project/meta2d/meta2dSelectImage.vue @@ -275,7 +275,8 @@ export default { this.$confirm(this.$t('tip.confirmDelete'), { confirmButtonText: this.$t('tip.yes'), cancelButtonText: this.$t('tip.no'), - type: 'warning' + type: 'warning', + modal: false }).then(() => { this.delImg(item) }) @@ -284,7 +285,8 @@ export default { this.$confirm(this.$t('tip.confirmDelete'), { confirmButtonText: this.$t('tip.yes'), cancelButtonText: this.$t('tip.no'), - type: 'warning' + type: 'warning', + modal: false }).then(() => { this.delCollpseTitle(item) })