From 6f8dc7928317587ce04453e303df7fea11447bcc Mon Sep 17 00:00:00 2001 From: owen Date: Sat, 2 Sep 2023 09:53:36 +0800 Subject: [PATCH] =?UTF-8?q?promotion:=20=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=20productSpuIds=20=E6=94=B9=E6=88=90=20produ?= =?UTF-8?q?ctScopeValues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 5f557c7be5e06f9734bbc90ef4b4fe31b6bd9e25) --- .../mall/promotion/coupon/couponTemplate.ts | 2 +- .../components/ProductCategorySelect.vue | 6 +-- .../coupon/template/CouponTemplateForm.vue | 50 +++++++++++++------ 3 files changed, 40 insertions(+), 18 deletions(-) diff --git a/src/api/mall/promotion/coupon/couponTemplate.ts b/src/api/mall/promotion/coupon/couponTemplate.ts index ec26ce72..243e22ee 100755 --- a/src/api/mall/promotion/coupon/couponTemplate.ts +++ b/src/api/mall/promotion/coupon/couponTemplate.ts @@ -9,7 +9,7 @@ export interface CouponTemplateVO { takeType: number usePrice: number productScope: number - productSpuIds: number[] + productScopeValues: number[] validityType: number validStartTime: Date validEndTime: Date diff --git a/src/views/mall/product/category/components/ProductCategorySelect.vue b/src/views/mall/product/category/components/ProductCategorySelect.vue index b257769a..179a6a3b 100644 --- a/src/views/mall/product/category/components/ProductCategorySelect.vue +++ b/src/views/mall/product/category/components/ProductCategorySelect.vue @@ -13,21 +13,21 @@