提交者
Gitee
!713 缓存列表:多次清除操作,提示不变的问题
Merge pull request !713 from 刘立伟/master
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -187,7 +187,7 @@ export default { | @@ -187,7 +187,7 @@ export default { | ||
| 187 | /** 清理指定名称缓存 */ | 187 | /** 清理指定名称缓存 */ |
| 188 | handleClearCacheName(row) { | 188 | handleClearCacheName(row) { |
| 189 | clearCacheName(row.cacheName).then(response => { | 189 | clearCacheName(row.cacheName).then(response => { |
| 190 | - this.$modal.msgSuccess("清理缓存名称[" + this.nowCacheName + "]成功"); | 190 | + this.$modal.msgSuccess("清理缓存名称[" + row.cacheName + "]成功"); |
| 191 | this.getCacheKeys(); | 191 | this.getCacheKeys(); |
| 192 | }); | 192 | }); |
| 193 | }, | 193 | }, |
-
请 注册 或 登录 后发表评论