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 => {