chenrui  hace 2 años
padre
commit
8d832d6c86
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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();
 };