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