From fe02dd7aad196823b16f4153d897ec4eea33c0ee Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 01 九月 2023 16:44:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zjfnwcs' into zjfnwcs

---
 src/main/webapp/static/js/console.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/console.js b/src/main/webapp/static/js/console.js
index eea1df2..6372ad7 100644
--- a/src/main/webapp/static/js/console.js
+++ b/src/main/webapp/static/js/console.js
@@ -137,7 +137,7 @@
 
     $(".main-part").append(floorInfo)
     $("#line-total").html(total[0])
-    listenChange();
+    // listenChange();
 
 }
 function changFloor(e) {
@@ -146,5 +146,5 @@
     $(".main-part").append(floorInfo)
     $("#line-total").empty()
     $("#line-total").html(total[e])
-    listenChange();
+    // listenChange();
 }
\ No newline at end of file

--
Gitblit v1.9.1