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