From ef19ce2bc384c00b590ebdbd4e8c14ebfa9f0188 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 24 十月 2024 14:49:14 +0800
Subject: [PATCH] 去掉日志打印

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

diff --git a/src/main/webapp/static/js/mat/mat.js b/src/main/webapp/static/js/mat/mat.js
index ecf879f..1e86f89 100644
--- a/src/main/webapp/static/js/mat/mat.js
+++ b/src/main/webapp/static/js/mat/mat.js
@@ -4,7 +4,7 @@
 function getCol() {
     var cols = [
         {type: 'checkbox'}
-        ,{field: 'tagId$', align: 'center',title: '褰掔被', templet: '#tagTpl'}
+        ,{field: 'tagId$', align: 'center',title: '褰掔被', templet: '#tagTpl',hide:true}
     ];
     cols.push.apply(cols, matCols);
     cols.push(
@@ -255,6 +255,7 @@
                 }
                 // 琛ㄥ崟鎻愪氦浜嬩欢
                 form.on('submit(editSubmit)', function (data) {
+                    console.log(data)
                     data.field.tagId = insXmSel.getValue('valueStr');
                     if (isEmpty(data.field.tagId)) {
                         layer.msg('鍒嗙被涓嶈兘涓虹┖', {icon: 2});

--
Gitblit v1.9.1