YYC
2025-05-15 2df906a447195f9786dd468512ea895d6cc18532
igds-app/js/admin/inout-real.js
@@ -16,7 +16,7 @@
function init() {
   var user = JSON.parse(localStorage.getItem('user'));
   var selectDeptId = JSON.parse(localStorage.getItem('selectDeptId'));
   url = user.url + "/api-phone/v35/gateway";
   url = user.url + "/api/phone/v35/gateway";
   data.tokenAuth = user.tokenAuth;
   data.data.deptId = selectDeptId;
@@ -89,7 +89,7 @@
      $("#outSumNum").html("0");
      $("#outCompleteNum").html("0");
      $("#perOutComplete").html("0");
      $("#time").html("更新时间:" + recordData.time);
      $("#time").html("更新时间:2023-01-01 00:00:00");
      html += '<div class="id" style="text-align: center;">暂无实时信息</div>';
   }
   $("#listInout").html(html);