wyq 4 年之前
父节点
当前提交
0c14676f6d
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/components/knowledgeExtra/AddTermSet.vue

+ 4 - 4
src/components/knowledgeExtra/AddTermSet.vue

@@ -23,7 +23,6 @@
     display: flex;
     justify-content: space-between;
     .tips {
-      font-size: 14px;
       margin-top: 15px;
     }
     .inp {
@@ -111,7 +110,6 @@
       width: 100%;
       text-align: center;
       padding: 20px 0;
-      font-size: 14px;
     }
     .searchText {
       padding: 0 35px 0 15px;
@@ -347,7 +345,7 @@ export default {
       this.$nextTick(() => {
         this.getList(this.form.concepts);
         this.getIds(this.form.concepts);
-        this.searchConcept()
+        this.searchConcept();
       });
     }
     setTimeout(() => {
@@ -439,7 +437,9 @@ export default {
       this.form.concepts.push(concepts);
       this.getList(this.form.concepts);
       this.$nextTick(() => {
-        this.searchConcept();
+        setTimeout(() => {
+          this.searchConcept();
+        }, 150);
       });
     },
     // 切换术语类型