tangning 1 năm trước cách đây
mục cha
commit
069881fb29
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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({