update 优化 缓存列表管理 适配 spring-cache 缓存的数据

This commit is contained in:
疯狂的狮子Li
2022-08-14 01:50:32 +08:00
parent 8837119aad
commit d351c59b38
3 changed files with 96 additions and 69 deletions

View File

@ -211,7 +211,7 @@ export default {
},
/** 清理指定键名缓存 */
handleClearCacheKey(cacheKey) {
clearCacheKey(cacheKey).then(response => {
clearCacheKey(this.nowCacheName, cacheKey).then(response => {
this.$modal.msgSuccess("清理缓存键名[" + cacheKey + "]成功");
this.getCacheKeys();
});