Explorar el Código

Merge branch 'dev' of http://192.168.2.236:10080/zhouna/platformFront into dev

zhangxc hace 5 años
padre
commit
ffc92c65a9
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') {