修复 立减金字段内容错误

This commit is contained in:
wangsongsole 2022-08-04 10:15:36 +08:00
parent f36a7fe56d
commit 1ebf47ebd7
1 changed files with 3 additions and 3 deletions

View File

@ -1142,7 +1142,7 @@ export default class addKnockGold extends Component {
this.onHandleChange([], 'fixed_time') this.onHandleChange([], 'fixed_time')
this.onHandleChange([[]], 'irregularDate') this.onHandleChange([[]], 'irregularDate')
this.onHandleChange([[]], 'irregularTime') this.onHandleChange([[]], 'irregularTime')
this.onHandleChange([[]], 'ruleWeek') this.onHandleChange([], 'ruleWeek')
this.onHandleChange([[]], 'ruleDate') this.onHandleChange([[]], 'ruleDate')
}}> }}>
<Radio value='received'>领取后</Radio> <Radio value='received'>领取后</Radio>
@ -1193,7 +1193,7 @@ export default class addKnockGold extends Component {
this.onHandleChange('', 'effect_date') this.onHandleChange('', 'effect_date')
this.onHandleChange([[]], 'irregularDate') this.onHandleChange([[]], 'irregularDate')
this.onHandleChange([[]], 'irregularTime') this.onHandleChange([[]], 'irregularTime')
this.onHandleChange([[]], 'ruleWeek') this.onHandleChange([], 'ruleWeek')
this.onHandleChange([[]], 'ruleDate') this.onHandleChange([[]], 'ruleDate')
}}> }}>
<Radio value='fiexd'>固定时间</Radio> <Radio value='fiexd'>固定时间</Radio>
@ -1286,7 +1286,7 @@ export default class addKnockGold extends Component {
this.onHandleChange('', 'effect_date_type') this.onHandleChange('', 'effect_date_type')
this.onHandleChange('', 'effect_date') this.onHandleChange('', 'effect_date')
this.onHandleChange([[]], 'fixed_time') this.onHandleChange([[]], 'fixed_time')
this.onHandleChange([[]], 'ruleWeek') this.onHandleChange([], 'ruleWeek')
this.onHandleChange([[]], 'ruleDate') this.onHandleChange([[]], 'ruleDate')
}}> }}>
<Radio value='irregular'>有效期内不规则日期可用</Radio> <Radio value='irregular'>有效期内不规则日期可用</Radio>