瀏覽代碼

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 = () => {