|
@@ -1027,7 +1027,7 @@ export default {
|
|
|
if (Object.prototype.toString.call(ids) === '[object Array]') {
|
|
|
if (ids.length === 1) {
|
|
|
row = this.informationList.filter(item => item.id === ids[0])[0]
|
|
|
- this.handSinglePrint(row, ids)
|
|
|
+ this.handSinglePrint(row, ids[0])
|
|
|
this.isPrinter = true
|
|
|
return
|
|
|
}
|