Funny 3 年之前
父節點
當前提交
ffd6137859
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/components/orderComponents/orderList.vue

+ 4 - 4
src/components/orderComponents/orderList.vue

@@ -705,10 +705,10 @@ export default {
     },
     // 补打发票
     orderPrinter(waimaiId, item) {
-      if (item) {
-        this.content = ++this.content;
-        return;
-      }
+      // if (item) {
+      //   this.content = ++this.content;
+      //   return;
+      // }
       if (!waimaiId) return;
       waimaiprinter({ waimaiId }).then((res) => {
         if (res.code == 200) {