|
|
@@ -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])
|
|
|
}
|