From d964498a12a672139ad25ec774faa054059fa736 Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期三, 23 四月 2025 09:45:22 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/locDetlStatis/check.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/locDetlStatis/check.js b/src/main/webapp/static/js/locDetlStatis/check.js index fd1da33..a0eb687 100644 --- a/src/main/webapp/static/js/locDetlStatis/check.js +++ b/src/main/webapp/static/js/locDetlStatis/check.js @@ -20,9 +20,9 @@ // 鏁版嵁娓叉煋 tableIns = table.render({ - elem: '#locDetlStatis', + elem: '#check', headers: {token: localStorage.getItem('token')}, - url: baseUrl+'/locDetl/statis/auth', + url: baseUrl+'/locDetl/check/auth', page: true, limit: 20, limits: [20, 30, 50, 100, 200, 500], -- Gitblit v1.9.1