From f28a18fa63456d931ddeddb71e5f0b3f228afdce Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期日, 09 十一月 2025 19:13:11 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html b/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
index 49447db..211afd7 100644
--- a/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
+++ b/src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
@@ -310,7 +310,7 @@
 				// 姣�5绉掕嚜鍔ㄥ埛鏂版暟鎹�
 				setInterval(() => {
 					this.getTableDataA();
-				}, 5000);
+				}, 10000);
 			},
 
 			// 鑾峰彇涓昏〃A鏁版嵁 - 浣跨敤鏂扮殑API
@@ -401,7 +401,7 @@
 					success: function (res) {
 						if (res.code === 200 || res.success) {
 							that.tableDataB = res.data.records || [];
-							that.detailTotal = res.total || 0;
+							that.detailTotal = res.data.total || 0;
 						} else {
 							that.$message.error(res.message || '鑾峰彇鏁版嵁澶辫触');
 							that.tableDataB = [];

--
Gitblit v1.9.1