Commit fbddde13 by gcii

重置按钮刷新表格

parent eb7ef55a
......@@ -448,6 +448,7 @@
reset: function(formId) {
var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
$("#" + currentId)[0].reset();
$.btTable.bootstrapTable('refresh');
},
// 获取选中复选框项
selectCheckeds: function(name) {
......
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