소스 검색

Merge branch 'next' of https://gitee.com/zuohuaijun/Admin.NET into next

zuohuaijun 1 년 전
부모
커밋
81573bb703
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Web/src/views/system/cache/index.vue

+ 1 - 1
Web/src/views/system/cache/index.vue

@@ -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;