Commit e3351318 by naan1993

修复treetable删除后无法刷新的bug

parent 7b03ed2a
......@@ -207,6 +207,8 @@
refresh : function(target, parms) {
if(parms){
target.load(parms);
}else{
target.load();
}
},
// 组件的其他方法也可以进行类似封装........
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment