luolei 5 lat temu
rodzic
commit
4778b3c2c3
1 zmienionych plików z 1 dodań i 0 usunięć
  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)
             }