fix: 不能打包

This commit is contained in:
xingyu4j
2025-10-28 11:46:33 +08:00
parent fbbcca20e7
commit e29ea7b34e
3 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ import {
import { $t } from '#/locales';
import { getPropertyList } from '#/views/mall/product/spu/form';
import { SpuAndSkuList, SpuSkuSelect } from '../../../components';
// TODO @puhui999有问题
// import { SpuAndSkuList, SpuSkuSelect } from '../../../components';
import { useFormSchema } from '../data';
const emit = defineEmits(['success']);

View File

@@ -165,7 +165,7 @@ defineExpose({ setRuleCoupon });
<span>送优惠券</span>
<RewardRuleCouponSelect
ref="rewardRuleCouponSelectRef"
v-model="rule"
:model-value="rule"
/>
</div>
</div>

View File

@@ -20,7 +20,8 @@ import {
updateRewardActivity,
} from '#/api/mall/promotion/reward/rewardActivity';
import { $t } from '#/locales';
import { SpuAndSkuList } from '#/views/mall/promotion/components';
// TODO @puhui999有问题
// import { SpuAndSkuList } from '#/views/mall/promotion/components';
import RewardRule from '../components/reward-rule.vue';
import { useFormSchema } from '../data';