优化预警百分比
This commit is contained in:
parent
c99c10a60b
commit
73ad399267
|
@ -378,7 +378,7 @@ export default class addKnockGold extends Component {
|
|||
natural_limit: this.state.model.natural_limit,
|
||||
brush_limit: this.state.model.brush_limit,
|
||||
instruction: this.state.model.instruction,
|
||||
early_per: this.state.model.early_per,
|
||||
early_per: this.state.model.early_per.filter((item) => item),
|
||||
early_notifier: this.state.model.early_notifier.map(({ text, key }) => ({
|
||||
real_name: text,
|
||||
mobile: key
|
||||
|
|
Loading…
Reference in New Issue