shish %!s(int64=3) %!d(string=hai) anos
pai
achega
fccf519dc3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsPad/src/pages/home/components/rightItem.vue

+ 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()
         },