Funny 3 yıl önce
ebeveyn
işleme
ffd6137859
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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) {