欧美亚洲中文,在线国自产视频,欧洲一区在线观看视频,亚洲综合中文字幕在线观看

      1. <dfn id="rfwes"></dfn>
          <object id="rfwes"></object>
        1. 站長資訊網(wǎng)
          最全最豐富的資訊網(wǎng)站

          layui的table如何做批量刪除

          layui的table如何做批量刪除

          layui的table做批量刪除實(shí)現(xiàn)代碼如下:

          // 批量刪除功能     // 1.得到table選中行內(nèi)容     // 2.得到刪除需要的唯一值,一般是id;     // 3.將所要?jiǎng)h除的項(xiàng)加入到數(shù)組中;     // 4.判斷是否選中;     // 5.發(fā)送ajax請(qǐng)求,并附帶參數(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('確定刪除所選項(xiàng)嗎?',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)錯(cuò)誤');                          }                      })                  })              }else{                  layer.tips('請(qǐng)選擇需要?jiǎng)h除的行',$('#batchDel'),{                      tips:[3,'#5fb878']                  })              }          }      }

          推薦:layui框架教程

          贊(0)
          分享到: 更多 (0)
          網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)