Преглед изворни кода

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();
     }