tangning hai 1 ano
pai
achega
069881fb29
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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({