摘要: 如果不根据选中的行删除 而且 在某一行就能操作 如图 //删除事件 window.delEvents ={ "click .delete":function(e,value,row,index) { console.log(row); // 请求ajax } }网上一般采取这种形式进行删除 但是 如 阅读全文
posted @ 2022-06-27 10:45 喜欢22度的晴天 阅读(2465) 评论(0) 推荐(0)