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 = [];