浏览代码

Merge branch 'termLink0615' into test

wyq 4 年之前
父节点
当前提交
470320a09f
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/components/common/LtModal.vue

+ 5 - 1
src/components/common/LtModal.vue

@@ -217,7 +217,11 @@ export default {
       this.form.form = this.data.form;
       this.form.source = this.data.source;
       this.form.hisCode = this.data.hisCode;
-      this.searchType = this.type
+      if (this.data.hisDetailName != '') {
+        this.searchType = 2;
+      }else{
+        this.searchType = 1;
+      }
       this.getTermMatching();
       this.getRelatedMapping();
     }