@@ -595,6 +595,8 @@ export default {
var indexNum = (this.selectArr || []).findIndex((ite) => ite.userId === item.userId);
if(indexNum!=-1){
this.selectArr[indexNum].type=item.type
+ }else{
+ this.selectArr.push(item)
}
}else{
@@ -93,6 +93,9 @@
this.tableData[indexNum].type=ite.type
+ },
+ rowClick(){
+
},
getDelFn(ite,idx){
this.checkList.splice(idx,1);