|
@@ -91,7 +91,7 @@ export default {
|
|
|
let { data } = await showClass()
|
|
let { data } = await showClass()
|
|
|
this.classData = data
|
|
this.classData = data
|
|
|
this.categoryId = this.classData[0].id
|
|
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.allItemInfo = list
|
|
|
this.showCatItem()
|
|
this.showCatItem()
|
|
|
},
|
|
},
|