Explorar el Código

化验子项详情接口入参修改

liucf hace 5 años
padre
commit
8301c9a590
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/components/icss/AssaySon.vue

+ 3 - 1
src/components/icss/AssaySon.vue

@@ -143,7 +143,9 @@
         modifyRelation(row) {
             const param = {
                 conceptId: row.conceptId,
-                relationId:18
+                // relationId:18
+                relationIds:[18], //9-23后台修改
+                typeIds:[13]
             }
             api.getAssaySonDetail(param).then((res) => {
                 if(res.data.code == '0') {