From a24e6ad3dd99b50e29af6f74c57fa646bca86d43 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 02 一月 2025 17:15:48 +0800 Subject: [PATCH] 提交配置 --- igds-app/js/admin/device-temp.js | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/igds-app/js/admin/device-temp.js b/igds-app/js/admin/device-temp.js index 2afbb76..de8011a 100644 --- a/igds-app/js/admin/device-temp.js +++ b/igds-app/js/admin/device-temp.js @@ -48,6 +48,7 @@ data1.data.depotId = self.depotId // depotType = self.depotType // depotName = self.depotName + getDeviceList(); } //鑾峰彇璁惧鍒楄〃锛堢┖璋冿級 @@ -61,8 +62,10 @@ success: function(result) { if (result.code == "0000") { deviceData = result.data; + renderDevice(); } else { mui.toast(result.msg); + renderDevice(); } }, error: function() { @@ -192,14 +195,12 @@ html += '</ul></div>' } } else { - html += - '<div class="m-tf"><div class="g-tittf1" style="text-align: center;font-size: 20px;color:#dd524d>鏆傛棤鏁版嵁</div>'; + html += '<div class="m-tf"><div class="g-tittf1" style="text-align: center;font-size: 20px;color:#dd524d">鏆傛棤鏁版嵁</div></div>'; } } else { - html += - '<div class="m-tf"><div class="g-tittf1" style="text-align: center;font-size: 20px;color:#dd524d>鏆傛棤鏁版嵁</div>'; +html += '<div class="m-tf"><div class="g-tittf1" style="text-align: center;font-size: 20px;color:#dd524d">鏆傛棤鏁版嵁</div></div>'; } - // $("#recordList").html(html); + $("#recordList").html(html); } var slider = mui(".mui-slider"); -- Gitblit v1.9.3