zhengjinyi před 2 roky
rodič
revize
59d8a19c84
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 => {