浏览代码

bug修改

dengrui 1 周之前
父节点
当前提交
c4b803421c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {