From a59a02d2d8e2e716b6b136cef5715ac849c7b24f Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 26 九月 2022 13:33:56 +0800
Subject: [PATCH] 优化
---
HDEquipment.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/HDEquipment.html b/HDEquipment.html
index fd94e46..2a3cf03 100644
--- a/HDEquipment.html
+++ b/HDEquipment.html
@@ -334,8 +334,9 @@
Chart(mychart1, mychart2);
// 瀹氭椂鍣�
- interval = setInterval(function () {
+ interva3 = setInterval(function () {
$("#tb_order").bootstrapTable('refresh');
+ BottomData();
}, 10000);
interval2 = setInterval(function () {
CallData = [];
@@ -570,6 +571,7 @@
type: "Get",
data: { "CallHouseCode": CallHouseCode },
success: function (data) {
+ $("#btomleft").empty();
for (var i = 0; i < data.Table.length; i++) {
var html1 = '';
--
Gitblit v1.9.1