Explorar o código

术语关联维护新增入参

liucf %!s(int64=5) %!d(string=hai) anos
pai
achega
99b196bdfd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;  //提交保存按钮不可点击,返回结果时才可点击,防止频繁发送请求