fix: 不能打包
parent
fbbcca20e7
commit
e29ea7b34e
|
|
@ -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']);
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ defineExpose({ setRuleCoupon });
|
|||
<span>送优惠券:</span>
|
||||
<RewardRuleCouponSelect
|
||||
ref="rewardRuleCouponSelectRef"
|
||||
v-model="rule"
|
||||
:model-value="rule"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue