dengrui 1 hete
szülő
commit
c4b803421c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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) {