Browse Source

bug修改

dengrui 1 tuần trước cách đây
mục cha
commit
c4b803421c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/process/orders.vue

+ 1 - 1
src/views/process/orders.vue

@@ -86,7 +86,7 @@ const toRefresh = async () => {
   });
   if (code == "200") {
     ordersDataArray.value = [];
-    // ordersDataArray.value.push(...data.records);
+    ordersDataArray.value.push(...data.records);
     ordersSum.value = data.totalCount;
     ordersQuery.value.totalPages = data.totalPages;
     if (ordersDataArray.value.length < 1) {