Sfoglia il codice sorgente

人体分诊图修改参数变更

zhangxc 5 anni fa
parent
commit
4a51b1e49e
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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,