點擊批量操做選中什麼表格相應的就會被選中

  confirm(){console.log(this.trainStatus);let checkbox=$("#checkboxs input[type='checkbox']");this.sampleList.forEach(v=>{  if(v.status==true){    v.trainStatus=checkbox[0].checked;    v.testStatus=checkbox[1].checked;    v.otherStatus=checkbox[2].checked;  }else{  }});}
相關文章
相關標籤/搜索