会员等级编辑修复
This commit is contained in:
@@ -274,6 +274,7 @@ onLoad((opt) => {
|
|||||||
);
|
);
|
||||||
optiopns.index = index;
|
optiopns.index = index;
|
||||||
const item = superVipStore.vipLevelList.find((item) => item.id == opt.id);
|
const item = superVipStore.vipLevelList.find((item) => item.id == opt.id);
|
||||||
|
item.cycleRewardCouponList=item.cycleRewardCouponList||[]
|
||||||
Object.assign(form, item);
|
Object.assign(form, item);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user