|
@@ -134,7 +134,7 @@ const clearCache = () => {
|
|
|
type: 'warning',
|
|
type: 'warning',
|
|
|
})
|
|
})
|
|
|
.then(async () => {
|
|
.then(async () => {
|
|
|
- await getAPI(SysCacheApi).apiSysCacheClearDelete();
|
|
|
|
|
|
|
+ await getAPI(SysCacheApi).apiSysCacheClearPost();
|
|
|
await handleQuery();
|
|
await handleQuery();
|
|
|
state.cacheValue = undefined;
|
|
state.cacheValue = undefined;
|
|
|
state.cacheKey = undefined;
|
|
state.cacheKey = undefined;
|