...
|
...
|
@@ -206,7 +206,7 @@ layui.define(['element', 'admin'], function (exports) { |
|
|
*/
|
|
|
bindElemClickEvent() {
|
|
|
let that=this;
|
|
|
var eventKeys = ['button','[data-bizid]','.layui-table-link'];
|
|
|
var eventKeys = ['button','[data-bizid]','.layui-table-link','[data-zymc]','[data-busid]'];
|
|
|
eventKeys.map(item=>{
|
|
|
if(!$(item).hasClass("on_fn")){
|
|
|
$(item).unbind('click.handle').on('click.handle',(function (e){
|
...
|
...
|
|