瀏覽代碼

检验匹配统一术语类型

wyq 3 年之前
父節點
當前提交
3d16bfae92
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 => {