仪表盘
版本库
文件存储
活动
搜索
登录
于志彤
/
NewBs
新BS平台
概况
操作记录
提交次数
目录
文档
复刻
对比
blame
|
历史
|
原始文档
通用版本V2.1 新增所属公司功能
zhitong.yu
2025-02-14
c4cce49f5e6fd1f74b9962cd86dd201694c3765e
[~zhitong.yu/NewBs.git]
/
src
/
main
/
webapp
/
view
/
Home
/
demo
/
js
/
QuYuTongJi.js
1
2
3
4
5
6
7
8
setInterval(function (){
$.get("/hxzkuwb/findKaoQinQuYu",function (data){
$("#QuYu").empty()
for (let i = 0 ; i<data.length;i++){
$("#QuYu").append('<h1 style="display: inline-block;width: 25%">'+data[i].area+'</h1><h1 style="display: inline-block;width: 25%">'+data[i].tagid+'</h1><h1 style="display: inline-block;width: 25%">'+data[i].name+'</h1>\n')
}
})
},10000)