zhengjinyi 2 年 前
コミット
59d8a19c84
1 ファイル変更1 行追加0 行削除
  1. 1 0
      components/cm-module/receipt/receipt-popup.vue

+ 1 - 0
components/cm-module/receipt/receipt-popup.vue

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