浏览代码

辅检子项和多层关联搜索参数修改

zhangxc 5 年之前
父节点
当前提交
d08f389432

+ 2 - 1
src/components/medicalTerm/AddAssistCheckMultRelation.vue

@@ -256,9 +256,10 @@ import apis from '@api/medicalTerm.js';
         }
         if(this.addLevel === 0) {
           param.relationTypeId = 16
-        }
+        } 
         if(this.addLevel > 0) {
           param.relationPosition = 0
+          param.relationTypeIdSupplement = [16,71]
         }
         
         api.getConceptInfoAssay(param).then((res) => {

+ 1 - 1
src/components/medicalTerm/AddAssistCheckSon.vue

@@ -113,7 +113,7 @@
             const param = {
               "name": this.searchConcept,
               "relationId": 18,
-              "relationPosition": 1,
+              "relationPosition": 0,
               "relationTypeId": 16,
               "typeId": 16
             }