From b930175d06df0f9898e6992ef86230cbe7659802 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 11 六月 2020 12:47:16 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/rowLastno/rowLastno.js b/src/main/webapp/static/js/rowLastno/rowLastno.js
index d7e695c..678f470 100644
--- a/src/main/webapp/static/js/rowLastno/rowLastno.js
+++ b/src/main/webapp/static/js/rowLastno/rowLastno.js
@@ -26,8 +26,8 @@
             ,{field: 'eRow', align: 'center',title: '缁堟鎺掑彿'}
             ,{field: 'crnQty', align: 'center',title: '鍫嗗灈鏈烘暟閲�'}
             ,{field: 'memo', align: 'center',title: '澶囨敞'}
-            ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'}
-            ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', width:200}
+            // ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'}
+            // ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', width:200}
 
             ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
         ]],
@@ -47,6 +47,7 @@
             statusCode: 200
         },
         done: function(res, curr, count) {
+            console.log(res);
             if (res.code === 403) {
                 top.location.href = baseUrl+"/";
             }

--
Gitblit v1.9.1