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