소스 검색

perf(views): 优化“网关协议列表管理”页面,支持重重查询

wangcong 1 개월 전
부모
커밋
277ccb0ecb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/gateway-protocol/GatewayProtocol.vue

+ 2 - 1
src/views/gateway-protocol/GatewayProtocol.vue

@@ -109,7 +109,8 @@ const handleSearch = () => {
 };
 
 const handleReset = () => {
-  return;
+  searchContent.value = '';
+  handleSearch();
 };
 
 const handleAdd = () => {