bootstrap table 点击ztree树进行静态搜索的方法

在ztree的
1、onclick 方法 :
定义choosefid,(点击节点的唯一id)
然后
var diyQueryParam = {
url: '${basePath}/manage/xxxxx',
query: {
scolumn:'',
search:choosefid,
}
}
2、调用bootstrap的refresh方法
$('#table').bootstrapTable('refresh',diyQueryParam);