From 55129aa7f1f5910e88f7c615502c27a18e427815 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期四, 05 十二月 2024 15:14:12 +0800 Subject: [PATCH] 优化界面显示 --- src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js b/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js index c1ea1b6..c45a82a 100644 --- a/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js +++ b/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js @@ -43,7 +43,8 @@ 'code': res.code, 'msg': res.msg, 'count': res.data.total, - 'data': res.data.records + 'data': res.data.records, + 'countData': res.data.count } }, response: { @@ -63,6 +64,7 @@ res.data[_index][data.value] = 'N'; } }); + } }); -- Gitblit v1.9.1