luolei hace 5 años
padre
commit
4778b3c2c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
             }