Sfoglia il codice sorgente

术语关联维护获取详情入参relationId

liucf 6 anni fa
parent
commit
97fb14a5bd
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/components/icss/ConceptRelation.vue

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

@@ -115,7 +115,8 @@ export default {
         },
         modifyRelation(row) {
             const param = {
-              "conceptId": row.conceptId
+              "conceptId": row.conceptId,
+              "relationId":17
             }
             api.getConceptRelationDet(param).then((res) => {
               if(res.data.code=='0'){