feat:前端对接完成缓存模块

This commit is contained in:
陈淳
2024-02-18 15:29:35 +08:00
parent 798cb92f50
commit 7fb5cb72f5
3 changed files with 34 additions and 9 deletions

View File

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