Authored by chenchao

set default tab num

@@ -43,7 +43,7 @@ var ENUM = { @@ -43,7 +43,7 @@ var ENUM = {
43 //tab 页组件 43 //tab 页组件
44 var t = new common.tab2({ 44 var t = new common.tab2({
45 el: "#basicTab", 45 el: "#basicTab",
46 - active: 6, 46 + active: 0,
47 click: function () { 47 click: function () {
48 var columnname = t.options.columns[t.options.active].name; 48 var columnname = t.options.columns[t.options.active].name;
49 var default_html="<a href='#'>bad error</a>"; 49 var default_html="<a href='#'>bad error</a>";