fix: 修改新增用户商品的配置项逻辑
This commit is contained in:
@@ -459,7 +459,7 @@ const fetchDiscountList = async () => {
|
||||
const res = await getDiscountCodeList({
|
||||
discount_type: 'coupon',
|
||||
page: 1,
|
||||
count: 1000
|
||||
count: 10
|
||||
})
|
||||
if (res.data.code === 200) {
|
||||
discountOptions.value = res.data.data?.data || []
|
||||
|
||||
Reference in New Issue
Block a user