|
@@ -6,6 +6,7 @@
|
|
|
:is-statuser="true"
|
|
|
:is-Search="true"
|
|
|
@addForm="addForm"
|
|
|
+ @searchForms="searchForms"
|
|
|
>
|
|
|
<template #header>
|
|
|
<div class="status flex-wrap">
|
|
@@ -388,6 +389,13 @@ const generalDataReception = async (data) => {
|
|
|
resetForm();
|
|
|
}
|
|
|
};
|
|
|
+//清除
|
|
|
+const searchForms = (data) => {
|
|
|
+ // tableData.value = [];
|
|
|
+
|
|
|
+ // page.value = 0;
|
|
|
+ getQuery();
|
|
|
+};
|
|
|
getQuery();
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|