From fc81bae03486baf2c54bed39e9f029df7736be69 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 26 九月 2022 14:13:00 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/TV.kanbanUI
---
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