huang_an hace 2 años
padre
commit
26dbded7fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/warehouseManagement/outgoingManagement/add.vue

+ 1 - 1
src/views/warehouseManagement/outgoingManagement/add.vue

@@ -985,7 +985,7 @@
             count: it.demandQuantity
           });
         }
-        const data = await getDetailByCode(arr);
+        const data = await outin.getDetailByCode(arr);
         console.log('===', data);
       },
       handleEom() {