chenrui  2 년 전
부모
커밋
8d832d6c86
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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();
 };