Browse Source

检验匹配统一术语类型

wyq 3 years ago
parent
commit
3d16bfae92
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/common/LtModal.vue

+ 2 - 2
src/components/common/LtModal.vue

@@ -297,7 +297,7 @@ export default {
     getRelatedMapping() {
       const { hisName, hisDetailName } = this.form;
       let params = {
-        type: this.ty ? this.ty : this.type,
+        type: this.type,
         hisDetailName: hisDetailName,
         hisName: hisName
       };
@@ -330,7 +330,7 @@ export default {
     },
     getTermMatching() {
       let params = {
-        type: this.ty ? this.ty : this.type,
+        type: this.type,
         inputStr: this.form.hisName
       };
       api.getTermMatching(params).then(res => {