From f5357c1910a443796513968a35837fb54eca5332 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 10 十一月 2021 16:55:05 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/webapp/static/js/locNormal/locNormal.js b/src/main/webapp/static/js/locNormal/locNormal.js
index 1debf3e..fa7b34f 100644
--- a/src/main/webapp/static/js/locNormal/locNormal.js
+++ b/src/main/webapp/static/js/locNormal/locNormal.js
@@ -178,6 +178,7 @@
             statusCode: 200
         },
         done: function (res, curr, count) {
+            console.log(res);
             if (res.code === 403) {
                 top.location.href = baseUrl + "/";
             }
@@ -289,8 +290,6 @@
         switch (obj.event) {
             case 'outLocNormal':
                 var warehourse = data.warehouse;
-                console.log(warehourse);
-
                 if(warehourse !== 'cs'){
                     layer.msg("鍙兘鍑烘潗鏂欏钩浠�");
                     return;

--
Gitblit v1.9.1