|
@@ -88,6 +88,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
async initclubList() {
|
|
async initclubList() {
|
|
const userInfo = await this.$api.getStorage()
|
|
const userInfo = await this.$api.getStorage()
|
|
|
|
+ this.shopDataList=[]
|
|
this.listQuery.newReceiptType = this.newReceiptType
|
|
this.listQuery.newReceiptType = this.newReceiptType
|
|
this.OrderService.orderNoReceiptShopList(this.listQuery)
|
|
this.OrderService.orderNoReceiptShopList(this.listQuery)
|
|
.then(response => {
|
|
.then(response => {
|