修改BUG:点击Table的ID列传递的参数少一个data
This commit is contained in:
parent
ab82113134
commit
f76635a34b
|
@ -89,7 +89,7 @@
|
|||
op.dataEntity.load(row);
|
||||
$(op.table).bootstrapTable('uncheckAll');
|
||||
$(op.table).bootstrapTable('check', index);
|
||||
handlerCallback.call(op.src, null, e, { oper: 'edit' });
|
||||
handlerCallback.call(op.src, null, e, { oper: 'edit', data: row });
|
||||
$('#' + op.modal).modal("show");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue