|
@@ -234,8 +234,9 @@ export default {
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
+ this.getRightListDes();
|
|
|
if(this.choose == 'multiple'){
|
|
|
- this.getRightListDes();
|
|
|
+ // this.getRightListDes();
|
|
|
}
|
|
|
},
|
|
|
toLeftPool(){ //往左返回数据
|
|
@@ -371,7 +372,7 @@ export default {
|
|
|
let tmpIds = [];
|
|
|
tmpIds.push(id);
|
|
|
this.currentLis = tmpIds;
|
|
|
- this.getRightListDes();
|
|
|
+ // this.getRightListDes();
|
|
|
}else{ //多选
|
|
|
let tmpIds = this.currentLis;
|
|
|
if(utils.filterArr(tmpIds,id,2)){
|