您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關(guān)layui中table做批量刪除的方法的內(nèi)容。小編覺得挺實用的,因此分享給大家做個參考。一起跟隨小編過來看看吧。
layui的table做批量刪除實現(xiàn)代碼如下:
// 批量刪除功能 // 1.得到table選中行內(nèi)容 // 2.得到刪除需要的唯一值,一般是id; // 3.將所要刪除的項加入到數(shù)組中; // 4.判斷是否選中; // 5.發(fā)送ajax請求,并附帶參數(shù)id; var $=layui.$,active={ deLink:function () { var checkStatus=table.checkStatus('idTest'), data=checkStatus.data, deList=[]; data.forEach(function(n,i){ delList.push(n.id); }); if(delList!=''){ layer.comfirm('確定刪除所選項嗎?',function (index) { $.ajax({ url: '/cd/workPlatform/tool/remove.afca', type:'post', dataType:'json', data:"id="+delList, success:function (data,statusText) { if(data.code==='0'){ layer.msg('刪除成功'); table.reload('idTest',{}); }else{ layer.msg('刪除失敗'); } }, 'error':function () { layer.msg('系統(tǒng)錯誤'); } }) }) }else{ layer.tips('請選擇需要刪除的行',$('#batchDel'),{ tips:[3,'#5fb878'] }) } } }
感謝各位的閱讀!關(guān)于layui中table做批量刪除的方法就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。