tangning 1 year ago
parent
commit
069881fb29
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/views/work/query.vue

+ 6 - 1
src/views/work/query.vue

@@ -569,7 +569,12 @@
       }
       function changeTable(val: string) {
         tableType.value = val;
-        reload();
+        if (tableType.value == null) {
+          reload0();
+        } else {
+          reload1();
+        }
+        // reload();
       }
       function handleExport() {
         createConfirm({