@@ -353,7 +353,7 @@ export default {
if (type == 0) {
// 是否已打印
if (this.currentTab == 2) {
- const hasPrintData = await checkPrintStatus(list.bookDetailSn).then(res => res.data)
+ const hasPrintData = await checkPrintStatus([list.bookDetailSn]).then(res => res.data)
if (!hasPrintData) {
_this.$info({
title: '操作提示',