yusheng 11 tháng trước cách đây
mục cha
commit
c1c9d7a658
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/home/index.vue

+ 2 - 2
src/views/home/index.vue

@@ -163,7 +163,7 @@
           ...where,
           pageNum: page,
           size: limit,
-          progress: 1000
+          // progress: 1000
         });
       },
       datasource1({ page, where, limit }) {
@@ -171,7 +171,7 @@
           ...where,
           pageNum: page,
           size: limit,
-          progress: 1000
+          // progress: 1000
         });
       }
     }