Преглед на файлове

Merge branch 'groupAdd0819' into test

wyq преди 4 години
родител
ревизия
3d6241a598
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/components/knowledgeExtra/AddTermSet.vue

+ 2 - 1
src/components/knowledgeExtra/AddTermSet.vue

@@ -734,8 +734,9 @@ export default {
                 text += it.conceptLibName + '\n';
               });
             }
-            this.$refs.msg.innerHTML = text;
             this.innerText = text;
+            this.searchtext = '';
+            this.searchtext2 = '';
           }
         })
         .catch(error => {