add: 优化优惠券问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user