From 571393c32c976701a4875efee729792a4c6cf27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=AB=8B=E4=BC=9F?= <15046664475@139.com> Date: Thu, 20 Apr 2023 15:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E5=88=97=E8=A1=A8=EF=BC=9A?= =?UTF-8?q?=E5=A4=9A=E6=AC=A1=E6=B8=85=E9=99=A4=E6=93=8D=E4=BD=9C=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=B8=8D=E5=8F=98=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/monitor/cache/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/monitor/cache/list.vue b/ruoyi-ui/src/views/monitor/cache/list.vue index db092fe..b808c38 100644 --- a/ruoyi-ui/src/views/monitor/cache/list.vue +++ b/ruoyi-ui/src/views/monitor/cache/list.vue @@ -187,7 +187,7 @@ export default { /** 清理指定名称缓存 */ handleClearCacheName(row) { clearCacheName(row.cacheName).then(response => { - this.$modal.msgSuccess("清理缓存名称[" + this.nowCacheName + "]成功"); + this.$modal.msgSuccess("清理缓存名称[" + row.cacheName + "]成功"); this.getCacheKeys(); }); }, -- GitLab