GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Plain Diff
Browse Code »
Commit
2ef8caa12808c970e07ce7675065513fc044d210
Authored by
陈鑫涛
2025-07-11 13:03:33 +0800
2 parents
c7f67a8d
3c69f6dc
Merge branch 'main' of
http://git.xlyprint.cn/zhangz/xlyUmi
into main
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/QuickQuote/index.jsx
src/components/QuickQuote/index.jsx
View file @
2ef8caa
...
...
@@ -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
// 选择盒型弹窗
...
...