Browse Source

修改bug

chenrui 7 months ago
parent
commit
e38eb1e23d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesManagement/receiptPrint/list.vue

+ 1 - 1
src/views/salesManagement/receiptPrint/list.vue

@@ -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: '操作提示',