From 7600059f8037f804b19d0da008ba34d62c43296d Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 11 十二月 2025 17:27:57 +0800
Subject: [PATCH] Merge branch 'jsxswms' of http://47.97.1.152:5880/r/zy-asrs into jsxswms

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

diff --git a/src/main/webapp/static/js/locCache/locCache.js b/src/main/webapp/static/js/locCache/locCache.js
index 938cf5c..b44b445 100644
--- a/src/main/webapp/static/js/locCache/locCache.js
+++ b/src/main/webapp/static/js/locCache/locCache.js
@@ -136,6 +136,7 @@
                     shadeClose: true,
                     content: 'locDetail.html',
                     success: function (layero, index) {
+
                     }
                 });
                 break;
@@ -150,7 +151,6 @@
 
     // 鍒濆鍖栦繚瀛�
     form.on('submit(initDo)', function (data) {
-        console.log(data.field)
         $.ajax({
             url: baseUrl + "/locCache/init/auth",
             headers: {'token': localStorage.getItem('token')},

--
Gitblit v1.9.1