add: 优化优惠券问题

This commit is contained in:
gyq
2025-09-18 18:14:36 +08:00
parent 350a314feb
commit 9eb3b8e306
17 changed files with 1349 additions and 620 deletions

View File

@@ -123,7 +123,7 @@ async function relevanceCouponAjax() {
try {
tableData.loading = true;
const res = await relevanceCoupon({
couponId: row.value.syncId ? row.value.syncId : row.value.id,
couponId: row.value.id,
type: tableData.type,
page: tableData.page,
size: tableData.pageSize,