Authored by huangping

Update bootstrap-plugin.md

... ... @@ -83,12 +83,6 @@
},
onClickMenu : function(item, parent) {
$("#body").load("/crm" + item.menuUrl);
},
loadFilter : function(data) {
if (!data || data.code != 200) {
return null;
}
return data.data;
}
});
```
... ...