Explorar el Código

人体分诊图修改参数变更

zhangxc hace 5 años
padre
commit
4a51b1e49e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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,