Authored by liqingzhong

去掉打印内容

@@ -32,8 +32,6 @@ $('#add-btn').click(function(option) { @@ -32,8 +32,6 @@ $('#add-btn').click(function(option) {
32 32
33 option.data.contentData = JSON.stringify(data); 33 option.data.contentData = JSON.stringify(data);
34 34
35 - console.log(data);  
36 -  
37 option.beforeSend = function() { 35 option.beforeSend = function() {
38 $('#add-btn').addClass('disabled'); 36 $('#add-btn').addClass('disabled');
39 }; 37 };
@@ -41,7 +41,6 @@ var tableGird = new common.grid({ @@ -41,7 +41,6 @@ var tableGird = new common.grid({
41 return locations[items.templateKey]; 41 return locations[items.templateKey];
42 }}, 42 }},
43 { display: "操作", render: function(items) { 43 { display: "操作", render: function(items) {
44 - console.log(items);  
45 var HtmArr = []; 44 var HtmArr = [];
46 if (items.status) { 45 if (items.status) {
47 HtmArr.push('<a href="javascript:;" data-id="' + items.id + '" class="btn btn-danger btn-xs close-btn">关闭</a>'); 46 HtmArr.push('<a href="javascript:;" data-id="' + items.id + '" class="btn btn-danger btn-xs close-btn">关闭</a>');