Ver Fonte

bug修改

dengrui há 1 semana atrás
pai
commit
c4b803421c
1 ficheiros alterados com 1 adições e 1 exclusões
  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) {