From 9cb42a0bd35fb7fa41f1ddb564eaf2372181dc65 Mon Sep 17 00:00:00 2001 From: wang..123 <brook_w@163.com> Date: 星期一, 28 三月 2022 08:26:49 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/tableData.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/tableData.js b/src/main/webapp/static/js/tableData.js index 0cd8b80..f1f5fc2 100644 --- a/src/main/webapp/static/js/tableData.js +++ b/src/main/webapp/static/js/tableData.js @@ -1,6 +1,7 @@ setTimeout(function(){ getTheaddData() getThbodyData() + getWang() },0) setInterval(function(){ getThbodyData() @@ -151,5 +152,15 @@ } /*****************************************************************************************************************************************************************************/ + function getWang() { + $.ajax({ + url:baseurl+'/pms/projectPlan/dataSummary', + type:'GET', + data:{}, + success:function(res){ + console.log(res) + } + }) + } -- Gitblit v1.9.1