소스 검색

人体分诊图修改参数变更

zhangxc 5 년 전
부모
커밋
4a51b1e49e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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,