From 1cd74930a1f854035bb0ae84facfe4259fb8d862 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 6 Jul 2022 02:16:51 -0400 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=94=B6=E8=97=8F=E6=88=90=E5=8A=9F=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/enshrine/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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() })