ysy 1 rok temu
rodzic
commit
a178c6f401
1 zmienionych plików z 1 dodań i 1 usunięć
  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])
       }