From 00a7a61df86db969f2ba61c508d02ba4709ce3d4 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 05 六月 2026 10:09:06 +0800
Subject: [PATCH] 改bug

---
 admin/src/components/business/OperaCouponUsageDetail.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/admin/src/components/business/OperaCouponUsageDetail.vue b/admin/src/components/business/OperaCouponUsageDetail.vue
index 3985612..7262732 100644
--- a/admin/src/components/business/OperaCouponUsageDetail.vue
+++ b/admin/src/components/business/OperaCouponUsageDetail.vue
@@ -105,6 +105,10 @@
     open (row) {
       this.title = '棰嗙敤鏄庣粏'
       this.couponId = row.id
+      this.tableData.list = []
+      this.tableData.pagination.total = 0
+      this.tableData.pagination.currentPage = 1
+      this.tableData.pagination.pageSize = 10
       this.couponInfo = {
         name: row.name,
         type: row.type,

--
Gitblit v1.9.3