Browse Source

不区分单选多选

Luolei 6 years ago
parent
commit
bf43109c5f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/icss/PubTagPartDetail.vue

+ 3 - 2
src/components/icss/PubTagPartDetail.vue

@@ -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)){