From fa4c7baec36d58b4bdca66159ece743b5a45a9c8 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 11 六月 2026 10:15:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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