Browse Source

不区分单选多选

Luolei 6 năm trước cách đây
mục cha
commit
bf43109c5f
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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)){