Commit 2ef8caa12808c970e07ce7675065513fc044d210
Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/QuickQuote/index.jsx
| @@ -1192,6 +1192,7 @@ const QuickQuoteEvent = props => { | @@ -1192,6 +1192,7 @@ const QuickQuoteEvent = props => { | ||
| 1192 | }; | 1192 | }; |
| 1193 | setState(stateNew); | 1193 | setState(stateNew); |
| 1194 | props.onAdd(); | 1194 | props.onAdd(); |
| 1195 | + props.onSaveState({ currentId: "" }); | ||
| 1195 | }; | 1196 | }; |
| 1196 | 1197 | ||
| 1197 | // 选择盒型弹窗 | 1198 | // 选择盒型弹窗 |