Kaynağa Gözat

开单优化

shish 3 yıl önce
ebeveyn
işleme
fccf519dc3

+ 1 - 1
ghsPad/src/pages/home/components/rightItem.vue

@@ -91,7 +91,7 @@ export default {
             let { data } =  await showClass()
             this.classData = data
             this.categoryId = this.classData[0].id
-            let { data:{list} } =  await showList({isCashier:1})
+            let { data:{list} } =  await showList({isCashier:1,customId:this.customId})
             this.allItemInfo = list
             this.showCatItem()
         },