Browse Source

回退行

luolei 5 năm trước cách đây
mục cha
commit
4778b3c2c3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/preTreat/QuestionTagGroup.vue

+ 1 - 0
src/components/preTreat/QuestionTagGroup.vue

@@ -275,6 +275,7 @@ export default {
               });
               return ;
             }
+            this.rightTagsList.push(...this.selectLeftTagsList);
             for (let i = 0; i < this.rightTagsList.length; i++) {
                 this.leftTagsList = this.leftTagsList.filter(item => item.id !== this.rightTagsList[i].id)
             }