Browse Source

检验匹配统一术语类型

wyq 3 năm trước cách đây
mục cha
commit
3d16bfae92
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 => {