修正 【营销计划】新增立减金商品,未选择领取后可用时间,应该不允许保存,目前是可以保存的
This commit is contained in:
parent
ed524b5ccf
commit
2732cde3e1
|
@ -438,7 +438,7 @@ export default class addKnockGold extends Component {
|
|||
}
|
||||
|
||||
/* 可用时间段 */
|
||||
if (this.state.model.usable_time === 'receiving') {
|
||||
if (this.state.model.usable_time === 'received') {
|
||||
if (
|
||||
!this.state.model.effect_date_type?.key ||
|
||||
!this.state.model.effect_date
|
||||
|
|
Loading…
Reference in New Issue