ysy hace 2 años
padre
commit
a178c6f401
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/produceOrder/index.vue

+ 1 - 1
src/views/produceOrder/index.vue

@@ -507,7 +507,7 @@ export default {
       if (this.clientEnvironmentId == 2) {
         this.$refs.printSrRef.open([row.id])
       } else if (this.clientEnvironmentId == 3) {
-        this.$refs.printTgRef.open(ids)
+        this.$refs.printTgRef.open([row.id])
       } else {
         this.$refs.printRef.open([row.id])
       }