whycq0520
2022-03-24 a0a7d3b00947f9d449f01209c9b0cddca5ece6bd
# ycq
2个文件已修改
13 ■■■■■ 已修改文件
src/main/webapp/static/js/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/tableData.js 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/config.js
@@ -1,2 +1,2 @@
var baseurl = 'http://127.0.0.1:8080';
var baseurl = 'http://localhost:8080';
// var baseurl = 'http://47.97.1.152:58080';
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)
            }
        })
    }