Authored by 王涛

Merge branch 'master-v32-lushangqing' into 'master'

【无】页面元素绑定事件增加元素



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