功能优化
This commit is contained in:
parent
e24f00abe2
commit
379b0460ac
|
|
@ -361,7 +361,7 @@ function getWzXx(orgId) {
|
|||
|
||||
function getMarqueeData() {
|
||||
$.ajax({
|
||||
url: dataUrl + 'proteam/pot/badWeather/getBadWeatherData' ,
|
||||
url: dataUrl + 'proteam/pot/home/getBadWeatherData' ,
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({ orgId: '1' })),
|
||||
'Authorization': localStorage.getItem("tokens")
|
||||
|
|
|
|||
|
|
@ -103,8 +103,10 @@ layui.use(['form', 'layer', 'table', 'laydate'], function () {
|
|||
laydate = layui.laydate;
|
||||
|
||||
function initData() {
|
||||
let loadingMsg = layer.msg("数据加载中,请稍候...", {icon: 16, scrollbar: false, time: 0,});
|
||||
let url = dataUrl + "proteam/pot/teamManage/getList";
|
||||
ajaxRequest(url, "POST", null, true, () => {}, (result) => {
|
||||
layer.close(loadingMsg);
|
||||
if (result.code === 200) {
|
||||
const tables = ['lowerData', 'noData', 'blackData', 'minData', 'newData', 'maxData'];
|
||||
tables.forEach((tableId) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue