Browse Source

术语关联维护新增入参

liucf 5 years ago
parent
commit
99b196bdfd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/icss/AddConceptRelation.vue

+ 2 - 1
src/components/icss/AddConceptRelation.vue

@@ -330,7 +330,8 @@ export default {
         const param ={
           "conceptId": this.form.conceptId,
           "nodeList": this.nodeList,
-          "sonRelationId": 17
+          "sonRelationId": 17,
+          "sonTypeId":this.searchType //9-20新增
         }
         this.showConfirmDialog('是否建立该关联?', () => {
           this.saveDisable = true;  //提交保存按钮不可点击,返回结果时才可点击,防止频繁发送请求