Hwf пре 8 месеци
родитељ
комит
5a1bcf75f7
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      src/views/globalMap/RightMenu/Mitigation.vue

+ 4 - 0
src/views/globalMap/RightMenu/Mitigation.vue

@@ -86,6 +86,10 @@ const initData = () => {
     total.value = res.total;
   });
 };
+const handleCancel = () => {
+  queryParams.keyword = '';
+  initData();
+};
 initData();
 </script>