Commit ec01938a authored by 武广's avatar 武广

feat: 添加报错key处理

parent 52e2e6cd
...@@ -215,7 +215,7 @@ const StoreModal = props => { ...@@ -215,7 +215,7 @@ const StoreModal = props => {
<FormItem label="营业时间" required> <FormItem label="营业时间" required>
{times && {times &&
times.map((item, i) => ( times.map((item, i) => (
<div className={style.timerWrapper}> <div className={style.timerWrapper} key={item.name}>
<div> <div>
<FormItem name={item.name}> <FormItem name={item.name}>
{getFieldDecorator(item.name, { {getFieldDecorator(item.name, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment