diff --git a/frontend/src/views/panel/enshrine/index.vue b/frontend/src/views/panel/enshrine/index.vue index b4ff3b082a..f7b5abda23 100644 --- a/frontend/src/views/panel/enshrine/index.vue +++ b/frontend/src/views/panel/enshrine/index.vue @@ -70,6 +70,8 @@ export default { }, remove(row) { deleteEnshrine(row.panelGroupId).then(res => { + const msg = this.$t('commons.cancel') + this.$t('panel.store') + this.$t('commons.success') + this.$success(msg) this.initData() this.panelInfo && this.panelInfo.id && row.panelGroupId === this.panelInfo.id && this.setMainNull() })