Commit 2ef8caa12808c970e07ce7675065513fc044d210

Authored by 陈鑫涛
2 parents c7f67a8d 3c69f6dc

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main

src/components/QuickQuote/index.jsx
... ... @@ -1192,6 +1192,7 @@ const QuickQuoteEvent = props => {
1192 1192 };
1193 1193 setState(stateNew);
1194 1194 props.onAdd();
  1195 + props.onSaveState({ currentId: "" });
1195 1196 };
1196 1197  
1197 1198 // 选择盒型弹窗
... ...