From 67ba621db6ee27e4689f3342f4803b5889c20df2 Mon Sep 17 00:00:00 2001 From: WhiskyZulu <a913681304@qq.com> Date: 星期一, 05 六月 2023 09:44:12 +0800 Subject: [PATCH] update ruoyi-admin/src/main/resources/application.yml. 注释不太对,“数组计算”改为“数字计算” --- ruoyi-ui/src/views/monitor/cache/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 @@ /** 清理指定名称缓存 */ handleClearCacheName(row) { clearCacheName(row.cacheName).then(response => { - this.$modal.msgSuccess("清理缓存名称[" + this.nowCacheName + "]成功"); + this.$modal.msgSuccess("清理缓存名称[" + row.cacheName + "]成功"); this.getCacheKeys(); }); }, -- Gitblit v1.9.2