chenrui  2 years ago
parent
commit
8d832d6c86
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/systemSettings/queryTemplate/index.vue

+ 2 - 0
src/views/systemSettings/queryTemplate/index.vue

@@ -266,6 +266,7 @@ const searchForms = (data) => {
     });
   } else {
     tableData.value = [];
+    tableDatcopy.value = [];
     page.value = 0;
     getQuery();
   }
@@ -273,6 +274,7 @@ const searchForms = (data) => {
 //清除
 const clearForm = () => {
   tableData.value = [];
+  tableDatcopy.value = [];
   page.value = 0;
   getQuery();
 };