Browse Source

人体分诊图修改参数变更

zhangxc 5 years atrás
parent
commit
4a51b1e49e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/icss/MedicalMultRelation.vue

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

@@ -129,7 +129,8 @@
       toEditProduct(row){
         const param = {
           conceptId: row.conceptId,
-          relationId: 17
+          relationIds: [17],
+          typeIds: [3,1]
         };
         const pam = this.searched ? {
           currentPage: this.currentPage,