Commit 3c69f6dcd256dc25aefff5b277d3ae5e06298531
1 parent
263e4723
处理新报价单据号重复问题;
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/QuickQuote/index.jsx
| @@ -1182,6 +1182,7 @@ const QuickQuoteEvent = props => { | @@ -1182,6 +1182,7 @@ const QuickQuoteEvent = props => { | ||
| 1182 | }; | 1182 | }; |
| 1183 | setState(stateNew); | 1183 | setState(stateNew); |
| 1184 | props.onAdd(); | 1184 | props.onAdd(); |
| 1185 | + props.onSaveState({ currentId: "" }); | ||
| 1185 | }; | 1186 | }; |
| 1186 | 1187 | ||
| 1187 | // 选择盒型弹窗 | 1188 | // 选择盒型弹窗 |