2024年1月4日发(作者:)
}, /** *
清空ajax post请求参数 */ clear: function() { = {}; return this; }, /** *
刷新表格 */ refresh: function(params) { if (typeof params != "undefined") { rapTreeTable('refresh', ); //
为了兼容bootstrap-table的写法 } else { rapTreeTable('refresh'); } }, /** *
重置表格视图 */ resetView: function(params) { if (typeof params != "undefined") { rapTreeTable('resetView', ); //
为了兼容bootstrap-table的写法 } } }; ble = TreeTable;})(jQuery);
发布者:admin,转转请注明出处:http://www.yc00.com/web/1704299132a1338711.html
评论列表(0条)