浏览代码

修改bug

chenrui 7 月之前
父节点
当前提交
e38eb1e23d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: '操作提示',